Click or drag to resize

Cv2SelectROI Method

Overload List
  NameDescription
Public methodStatic memberSelectROI(InputArray, Boolean, Boolean)
Selects ROI on the given image. Function creates a window and allows user to select a ROI using mouse. Controls: use `space` or `enter` to finish selection, use key `c` to cancel selection (function will return the zero cv::Rect).
Public methodStatic memberSelectROI(String, InputArray, Boolean, Boolean)
Selects ROI on the given image. Function creates a window and allows user to select a ROI using mouse. Controls: use `space` or `enter` to finish selection, use key `c` to cancel selection (function will return the zero cv::Rect).
Top
See Also