Trait opencv::objdetect::DetectionROITrait  
source · pub trait DetectionROITrait: DetectionROITraitConst {
    fn as_raw_mut_DetectionROI(&mut self) -> *mut c_void;
    fn set_scale(&mut self, val: f64) { ... }
    fn set_locations(&mut self, val: Vector<Point>) { ... }
    fn set_confidences(&mut self, val: Vector<f64>) { ... }
}Required Methods§
fn as_raw_mut_DetectionROI(&mut self) -> *mut c_void
Provided Methods§
sourcefn set_locations(&mut self, val: Vector<Point>)
 
fn set_locations(&mut self, val: Vector<Point>)
set of requested locations to be evaluated
sourcefn set_confidences(&mut self, val: Vector<f64>)
 
fn set_confidences(&mut self, val: Vector<f64>)
vector that will contain confidence values for each location