Trait opencv::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
Required Methods§
fn as_raw_BlockMeanHash(&self) -> *const c_void
Provided Methods§
Object Safety§
This trait is not object safe.