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
fn as_raw_mut_DetectionROI(&mut self) -> *mut c_void
Provided methods
fn set_locations(&mut self, val: Vector<Point>)
fn set_locations(&mut self, val: Vector<Point>)
set of requested locations to be evaluated
fn set_confidences(&mut self, val: Vector<f64>)
fn set_confidences(&mut self, val: Vector<f64>)
vector that will contain confidence values for each location