[][src]Trait opencv::img_hash::ColorMomentHashTrait

pub trait ColorMomentHashTrait: ImgHashBaseTrait {
    pub fn as_raw_ColorMomentHash(&self) -> *const c_void;
pub fn as_raw_mut_ColorMomentHash(&mut self) -> *mut c_void; }

Image hash based on color moments.

See tang2012perceptual for details.

Required methods

Loading content...

Implementors

impl ColorMomentHashTrait for ColorMomentHash[src]

impl ColorMomentHashTrait for PtrOfColorMomentHash[src]

Loading content...