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

Method run

imagepy/menus/Process/Features/corner_plgs.py:35–38  ·  view source on GitHub ↗
(self, ips, snap, img, para = None)

Source from the content-addressed store, hash-verified

33 view = [(int, 'size', (0,10), 0, 'size', 'pix')]
34
35 def run(self, ips, snap, img, para = None):
36 cimg = feature.corner_moravec(img, window_size=para['size'])
37 pts = feature.corner_peaks(cimg, min_distance=1)
38 self.ips.roi = PointRoi([tuple(i[::-1]) for i in pts])
39
40class Tomasi(Filter):
41 title = 'Tomasi'

Callers

nothing calls this directly

Calls 1

PointRoiClass · 0.90

Tested by

no test coverage detected