Trait opencv::prelude::StandardCollectorTraitConst [−][src]
pub trait StandardCollectorTraitConst: PredictCollectorConst {
fn as_raw_StandardCollector(&self) -> *const c_void;
fn get_min_label(&self) -> Result<i32> { ... }
fn get_min_dist(&self) -> Result<f64> { ... }
}
Expand description
Default predict collector
Trace minimal distance with treshhold checking (that is default behavior for most predict logic)
Required methods
fn as_raw_StandardCollector(&self) -> *const c_void
Provided methods
fn get_min_label(&self) -> Result<i32>
fn get_min_label(&self) -> Result<i32>
Returns label with minimal distance
fn get_min_dist(&self) -> Result<f64>
fn get_min_dist(&self) -> Result<f64>
Returns minimal distance value