Home
last modified time | relevance | path

Searched refs:EVENT_RBUTTONUP (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/samples/cpp/
Dcreate_mask.cpp93 if (event == EVENT_RBUTTONUP) in mouseHandler()
Dcloning_gui.cpp136 if (event == EVENT_RBUTTONUP) in source()
221 if (event == EVENT_RBUTTONUP) in destination()
Dgrabcut.cpp217 case EVENT_RBUTTONUP: in mouseClick()
Ddetect_mser.cpp140 if (event == EVENT_RBUTTONUP) in onMouse()
/external/opencv3/modules/highgui/include/opencv2/
Dhighgui.hpp158 EVENT_RBUTTONUP = 5, enumerator
/external/opencv3/samples/cpp/tutorial_code/photo/seamless_cloning/
Dcloning_gui.cpp135 if (event == EVENT_RBUTTONUP) in source()
220 if (event == EVENT_RBUTTONUP) in destination()
/external/opencv3/samples/python2/
Dgrabcut.py69 elif event == cv2.EVENT_RBUTTONUP: