OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_RBUTTONDOWN
(Results
1 - 7
of
7
) sorted by null
/external/opencv3/modules/highgui/include/opencv2/
highgui.hpp
155
EVENT_RBUTTONDOWN
= 2,
/external/opencv3/samples/cpp/
create_mask.cpp
67
if (event ==
EVENT_RBUTTONDOWN
)
grabcut.cpp
193
case
EVENT_RBUTTONDOWN
: // set GC_PR_BGD(GC_PR_FGD) labels
cloning_gui.cpp
101
if (event ==
EVENT_RBUTTONDOWN
)
detect_mser.cpp
135
if (event ==
EVENT_RBUTTONDOWN
)
/external/opencv3/samples/python2/
grabcut.py
58
if event == cv2.
EVENT_RBUTTONDOWN
:
/external/opencv3/samples/cpp/tutorial_code/photo/seamless_cloning/
cloning_gui.cpp
100
if (event ==
EVENT_RBUTTONDOWN
)
Completed in 47 milliseconds