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

Function r2s_point

imagepy/core/roi/convert.py:9–10  ·  view source on GitHub ↗
(mp)

Source from the content-addressed store, hash-verified

7from shapely.geometry import *
8
9def r2s_point(mp):
10 return MultiPoint(mp.body)
11
12def s2r_points(mp):
13 from .pointroi import PointRoi

Callers 1

roi2shapeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected