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

Function r2s_line

imagepy/core/roi/convert.py:21–22  ·  view source on GitHub ↗
(ml)

Source from the content-addressed store, hash-verified

19 return PointRoi(list(p.coords))
20
21def r2s_line(ml):
22 return MultiLineString(ml.body)
23
24def s2r_lines(ml):
25 from .lineroi import LineRoi

Callers 1

roi2shapeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected