[][src]Trait opencv::img_hash::prelude::AverageHashTrait

pub trait AverageHashTrait: ImgHashBaseTrait {
    pub fn as_raw_AverageHash(&self) -> *const c_void;
pub 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

impl AverageHashTrait for AverageHash[src]

impl AverageHashTrait for PtrOfAverageHash[src]

Loading content...