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

Function s2r_line

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

Source from the content-addressed store, hash-verified

27 return LineRoi(body)
28
29def s2r_line(ml):
30 from .lineroi import LineRoi
31 return LineRoi([list(ml.coords)])
32
33def r2s_polygon(pg):
34 pgs = []

Callers 1

shape2roiFunction · 0.85

Calls 1

LineRoiClass · 0.85

Tested by

no test coverage detected