HomeSort by relevance Sort by last modified time
    Searched refs:EVENT_LBUTTONDOWN (Results 1 - 19 of 19) sorted by null

  /external/opencv3/samples/cpp/
inpaint.cpp 33 else if( event == EVENT_LBUTTONDOWN )
ffilldemo.cpp 39 if( event != EVENT_LBUTTONDOWN )
lkdemo.cpp 31 if( event == EVENT_LBUTTONDOWN )
create_mask.cpp 43 if (event == EVENT_LBUTTONDOWN && !drag)
watershed.cpp 35 else if( event == EVENT_LBUTTONDOWN )
camshiftdemo.cpp 37 case EVENT_LBUTTONDOWN:
cloning_gui.cpp 77 if (event == EVENT_LBUTTONDOWN && !drag)
193 if (event == EVENT_LBUTTONDOWN)
select3dobj.cpp 220 if( (mouse.event == EVENT_LBUTTONDOWN ||
264 if( (npt == 0 && mouse.event == EVENT_LBUTTONDOWN) ||
grabcut.cpp 180 case EVENT_LBUTTONDOWN: // set rect or GC_BGD(GC_FGD) labels
detect_mser.cpp 152 if (event == EVENT_LBUTTONDOWN)
  /external/opencv3/samples/cpp/tutorial_code/Histograms_Matching/
calcBackProject_Demo2.cpp 56 if( event != EVENT_LBUTTONDOWN )
  /external/opencv3/samples/python2/
mouse_and_match.py 27 if event == cv2.EVENT_LBUTTONDOWN:
camshift.py 46 if event == cv2.EVENT_LBUTTONDOWN:
common.py 92 if event == cv2.EVENT_LBUTTONDOWN:
165 if event == cv2.EVENT_LBUTTONDOWN:
grabcut.py 79 if event == cv2.EVENT_LBUTTONDOWN:
  /external/opencv3/apps/annotation/
opencv_annotation.cpp 39 if(event == EVENT_LBUTTONDOWN)
  /external/opencv3/modules/highgui/include/opencv2/
highgui.hpp 154 EVENT_LBUTTONDOWN = 1,
  /external/opencv3/samples/tapi/
camshift.cpp 35 case cv::EVENT_LBUTTONDOWN:
  /external/opencv3/samples/cpp/tutorial_code/photo/seamless_cloning/
cloning_gui.cpp 76 if (event == EVENT_LBUTTONDOWN && !drag)
192 if (event == EVENT_LBUTTONDOWN)

Completed in 246 milliseconds