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