[−][src]Trait opencv::shape::HistogramCostExtractor
Abstract base class for histogram cost algorithms.
Required methods
fn as_raw_HistogramCostExtractor(&self) -> *mut c_void
Provided methods
fn build_cost_matrix(
&mut self,
descriptors1: &dyn ToInputArray,
descriptors2: &dyn ToInputArray,
cost_matrix: &mut dyn ToOutputArray
) -> Result<()>
&mut self,
descriptors1: &dyn ToInputArray,
descriptors2: &dyn ToInputArray,
cost_matrix: &mut dyn ToOutputArray
) -> Result<()>