MCPcopy
hub / github.com/makelove/OpenCV-Python-Tutorial / show

Method show

官方samples/common.py:96–97  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

94 cv2.setMouseCallback(self.windowname, self.on_mouse)
95
96 def show(self):
97 cv2.imshow(self.windowname, self.dests[0])
98
99 def on_mouse(self, event, x, y, flags, param):
100 pt = (x, y)

Callers 15

__init__Method · 0.95
on_mouseMethod · 0.95
surf.pyFile · 0.45
orb.pyFile · 0.45
37.4-SIFT_match.pyFile · 0.45
grabCut.pyFile · 0.45
grabCut2.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected