[][src]Trait opencv::img_hash::ImgHashBase

pub trait ImgHashBase: Algorithm {
    fn as_raw_ImgHashBase(&self) -> *mut c_void;
}

The base class for image hash algorithms

Required methods

Loading content...

Implementors

impl ImgHashBase for AverageHash[src]

impl ImgHashBase for BlockMeanHash[src]

impl ImgHashBase for ColorMomentHash[src]

impl ImgHashBase for MarrHildrethHash[src]

impl ImgHashBase for PHash[src]

impl ImgHashBase for RadialVarianceHash[src]

Loading content...