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

  /external/opencv3/samples/cpp/
inpaint.cpp 31 if( event == EVENT_LBUTTONUP || !(flags & EVENT_FLAG_LBUTTON) )
create_mask.cpp 61 if (event == EVENT_LBUTTONUP && drag)
watershed.cpp 33 if( event == EVENT_LBUTTONUP || !(flags & EVENT_FLAG_LBUTTON) )
camshiftdemo.cpp 42 case EVENT_LBUTTONUP:
select3dobj.cpp 221 mouse.event == EVENT_LBUTTONUP ||
266 mouse.event == EVENT_LBUTTONUP) )
grabcut.cpp 201 case EVENT_LBUTTONUP:
points_classifier.cpp 48 if( event == EVENT_LBUTTONUP )
cloning_gui.cpp 95 if (event == EVENT_LBUTTONUP && drag)
detect_mser.cpp 157 if (event == EVENT_LBUTTONUP)
  /external/opencv3/samples/python2/
mouse_and_match.py 30 elif event == cv2.EVENT_LBUTTONUP:
grabcut.py 92 elif event == cv2.EVENT_LBUTTONUP:
common.py 94 elif event == cv2.EVENT_LBUTTONUP:
  /external/opencv3/modules/highgui/include/opencv2/
highgui.hpp 157 EVENT_LBUTTONUP = 4,
  /external/opencv3/samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/
main_registration.cpp 67 if ( event == EVENT_LBUTTONUP )
  /external/opencv3/samples/tapi/
camshift.cpp 40 case cv::EVENT_LBUTTONUP:
  /external/opencv3/samples/cpp/tutorial_code/photo/seamless_cloning/
cloning_gui.cpp 94 if (event == EVENT_LBUTTONUP && drag)

Completed in 84 milliseconds