MCPcopy Create free account
hub / github.com/Image-Py/imagepy / wkt2roi

Function wkt2roi

imagepy/core/roi/roiio.py:6–6  ·  view source on GitHub ↗
(con)

Source from the content-addressed store, hash-verified

4
5def roi2wkt(roi): return wkt.dumps(roi2shape(roi))
6def wkt2roi(con): return shape2roi(wkt.loads(con))
7
8def readroi(path):
9 f = open(path, 'rb')

Callers 1

readwktFunction · 0.85

Calls 1

shape2roiFunction · 0.85

Tested by

no test coverage detected