MCPcopy 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 '''
80 def affine(self, m, o):

Callers

nothing calls this directly

Calls 2

PolygonRoiClass · 0.85
appendMethod · 0.80

Tested by

no test coverage detected