Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
from
shapely.geometry
import
*
8
9
def
r2s_point(mp):
10
return
MultiPoint(mp.body)
11
12
def
s2r_points(mp):
13
from
.pointroi
import
PointRoi
Callers
1
roi2shape
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected