Trait opencv::hub_prelude::BlockMeanHashTraitConst
source · pub trait BlockMeanHashTraitConst: ImgHashBaseTraitConst {
// Required method
fn as_raw_BlockMeanHash(&self) -> *const c_void;
// Provided method
fn get_mean(&self) -> Result<Vector<f64>> { ... }
}
Expand description
Constant methods for crate::img_hash::BlockMeanHash