[][src]Trait opencv::shape::EMDL1HistogramCostExtractor

pub trait EMDL1HistogramCostExtractor: HistogramCostExtractor {
    pub fn as_raw_EMDL1HistogramCostExtractor(&self) -> *const c_void;
pub fn as_raw_mut_EMDL1HistogramCostExtractor(&mut self) -> *mut c_void; }

An EMD-L1 based cost extraction. :

Required methods

Loading content...

Implementors

Loading content...