[][src]Trait opencv::prelude::ColorMomentHashTrait

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

Loading content...