Cv2SelectROI Method |
Name | Description | |
---|---|---|
SelectROI(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).
| |
SelectROI(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).
|