Trait opencv::hub_prelude::BlockMeanHashTraitConst [−][src]
pub trait BlockMeanHashTraitConst: ImgHashBaseTraitConst {
fn as_raw_BlockMeanHash(&self) -> *const c_void;
fn get_mean(&self) -> Result<Vector<f64>> { ... }
}
Expand description
Image hash based on block mean.
See zauner2010implementation for details.