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