Trait opencv::objdetect::DetectionROITrait[][src]

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

Provided methods

scale(size) of the bounding box

set of requested locations to be evaluated

vector that will contain confidence values for each location

Implementors