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

Method run

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

Source from the content-addressed store, hash-verified

62 view = [(int, 'r', (1,100),0, 'radius', 'pix')]
63
64 def run(self, ips, imgs, para = None):
65 ips.roi = ips.roi.buffer(para['r'])
66
67class Shrink(Simple):
68 """Shrink: derived from imagepy.core.engine.Simple """

Callers

nothing calls this directly

Calls 1

bufferMethod · 0.80

Tested by

no test coverage detected