Trait opencv::shape::HistogramCostExtractorConst
source · [−]pub trait HistogramCostExtractorConst: AlgorithmTraitConst {
fn as_raw_HistogramCostExtractor(&self) -> *const c_void;
fn get_n_dummies(&self) -> Result<i32> { ... }
fn get_default_cost(&self) -> Result<f32> { ... }
}
Expand description
Abstract base class for histogram cost algorithms.