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

Provided methods

Returns label with minimal distance

Returns minimal distance value

Implementors