Trait opencv::hub_prelude::DetectionROITraitConst  
source · pub trait DetectionROITraitConst {
    fn as_raw_DetectionROI(&self) -> *const c_void;
    fn scale(&self) -> f64 { ... }
    fn locations(&self) -> Vector<Point> { ... }
    fn confidences(&self) -> Vector<f64> { ... }
}Expand description
Constant methods for crate::objdetect::DetectionROI
Required Methods§
fn as_raw_DetectionROI(&self) -> *const c_void
Provided Methods§
sourcefn confidences(&self) -> Vector<f64>
 
fn confidences(&self) -> Vector<f64>
vector that will contain confidence values for each location