[][src]Trait opencv::hub_prelude::ChiHistogramCostExtractor

pub trait ChiHistogramCostExtractor: HistogramCostExtractor {
    pub fn as_raw_ChiHistogramCostExtractor(&self) -> *const c_void;
pub fn as_raw_mut_ChiHistogramCostExtractor(&mut self) -> *mut c_void; }

An Chi based cost extraction. :

Required methods

Loading content...

Implementors

Loading content...