Trait opencv::prelude::AverageHashTraitConst  
source · pub trait AverageHashTraitConst: ImgHashBaseTraitConst {
    // Required method
    fn as_raw_AverageHash(&self) -> *const c_void;
}Expand description
Constant methods for crate::img_hash::AverageHash
Required Methods§
fn as_raw_AverageHash(&self) -> *const c_void
Object Safety§
This trait is not object safe.