/external/opencv3/samples/python2/ |
browse.py | 47 def onmouse(event, x, y, flags, param): function 55 cv2.setMouseCallback('preview', onmouse)
|
floodfill.py | 54 def onmouse(event, x, y, flags, param): function 61 cv2.setMouseCallback('floodfill', onmouse)
|
mouse_and_match.py | 25 def onmouse(event, x, y, flags, param): function 59 cv2.setMouseCallback("gray", onmouse)
|
camshift.py | 37 cv2.setMouseCallback('camshift', self.onmouse) 44 def onmouse(self, event, x, y, flags, param): member in class:App
|
grabcut.py | 54 def onmouse(event,x,y,flags,param): function 117 cv2.setMouseCallback('input',onmouse)
|
common.py | 160 cv2.setMouseCallback(win, self.onmouse) 163 def onmouse(self, event, x, y, flags, param): member in class:RectSelector
|
find_obj.py | 111 def onmouse(event, x, y, flags, param): function in function:explore_match 130 cv2.setMouseCallback(win, onmouse)
|