pub trait AverageHashTraitConst: ImgHashBaseTraitConst {
    fn as_raw_AverageHash(&self) -> *const c_void;
}
Expand description

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

Implementors