[][src]Trait opencv::hub_prelude::AverageHashTrait

pub trait AverageHashTrait: ImgHashBaseTrait {
    fn as_raw_AverageHash(&self) -> *const c_void;
fn as_raw_mut_AverageHash(&mut self) -> *mut c_void; }

Computes average hash value of the input image

This is a fast image hashing algorithm, but only work on simple case. For more details, please refer to lookslikeit

Required methods

Loading content...

Implementors

Loading content...