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

Method run

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

Source from the content-addressed store, hash-verified

72 view = [(int, 'r', (1,100),0, 'radius', 'pix')]
73
74 def run(self, ips, imgs, para = None):
75 ips.roi = ips.roi.buffer(-para['r'])
76
77class Convex(Simple):
78 """Convex: derived from imagepy.core.engine.Simple """

Callers

nothing calls this directly

Calls 1

bufferMethod · 0.80

Tested by

no test coverage detected