Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Image-Py/imagepy
/ topolygon
Method
topolygon
imagepy/core/roi/rectangleroi.py:74–77 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
72
return
[min(lr), min(tb), max(lr), max(tb)]
73
74
def
topolygon(self):
75
pg = PolygonRoi()
76
pg.body.append([self.body, []])
77
return
pg
78
79
''
&
#x27;
80
def
affine(self, m, o):
Callers
nothing calls this directly
Calls
2
PolygonRoi
Class · 0.85
append
Method · 0.80
Tested by
no test coverage detected