Trait opencv::hub_prelude::DetectionROITraitConst [−][src]
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
struct for detection region of interest (ROI)
Required methods
fn as_raw_DetectionROI(&self) -> *const c_void
Provided methods
fn confidences(&self) -> Vector<f64>
fn confidences(&self) -> Vector<f64>
vector that will contain confidence values for each location