Trait cv::objdetect::ObjectDetect [−][src]
An object detect trait.
Required methods
fn detect(&self, image: &Mat) -> Vec<(Rect, f64)>
[src]
Detects the object inside this image and returns a list of detections with their confidence.