Home
last modified time | relevance | path

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

/external/opencv3/samples/cpp/
Dcreate_mask.cpp67 if (event == EVENT_RBUTTONDOWN) in mouseHandler()
Dgrabcut.cpp193 case EVENT_RBUTTONDOWN: // set GC_PR_BGD(GC_PR_FGD) labels in mouseClick()
Dcloning_gui.cpp101 if (event == EVENT_RBUTTONDOWN) in source()
Ddetect_mser.cpp135 if (event == EVENT_RBUTTONDOWN) in onMouse()
/external/opencv3/modules/highgui/include/opencv2/
Dhighgui.hpp155 EVENT_RBUTTONDOWN = 2, enumerator
/external/opencv3/samples/python2/
Dgrabcut.py58 if event == cv2.EVENT_RBUTTONDOWN:
/external/opencv3/samples/cpp/tutorial_code/photo/seamless_cloning/
Dcloning_gui.cpp100 if (event == EVENT_RBUTTONDOWN) in source()