Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_mouse
Method · 0.95
surf.py
File · 0.45
14.仿射变换getAffineTransform.py
File · 0.45
14.透视变换getPerspectiveTransform.py
File · 0.45
orb.py
File · 0.45
goodFeaturesToTrack.py
File · 0.45
37.2-对ORB描述符进行蛮力匹配.py
File · 0.45
37.5-FLANN匹配器.py
File · 0.45
37.4-SIFT_match.py
File · 0.45
grabCut.py
File · 0.45
grabCut2.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected