Trait opencv::hub_prelude::ColorMomentHashTraitConst[][src]

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

Image hash based on color moments.

See tang2012perceptual for details.

Required methods

Implementors