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

Method run

imagepy/menus/Selection/select_plg.py:98–100  ·  view source on GitHub ↗
(self, ips, imgs, para = None)

Source from the content-addressed store, hash-verified

96 note = ['all', 'req_roi']
97
98 def run(self, ips, imgs, para = None):
99 rect = RectangleRoi(0,0,ips.size[1],ips.size[0])
100 ips.roi = ips.roi.clip(rect)
101
102class Invert(Simple):
103 """Invert: derived from imagepy.core.engine.Simple """

Callers

nothing calls this directly

Calls 2

RectangleRoiClass · 0.90
clipMethod · 0.80

Tested by

no test coverage detected