[][src]Trait opencv::img_hash::BlockMeanHashTrait

pub trait BlockMeanHashTrait: ImgHashBaseTrait {
    pub fn as_raw_BlockMeanHash(&self) -> *const c_void;
pub fn as_raw_mut_BlockMeanHash(&mut self) -> *mut c_void; pub fn set_mode(&mut self, mode: i32) -> Result<()> { ... }
pub fn get_mean(&self) -> Result<Vector<f64>> { ... } }

Image hash based on block mean.

See zauner2010implementation for details.

Required methods

Loading content...

Provided methods

pub fn set_mode(&mut self, mode: i32) -> Result<()>[src]

Create BlockMeanHash object

Parameters

  • mode: the mode

pub fn get_mean(&self) -> Result<Vector<f64>>[src]

Loading content...

Implementors

impl BlockMeanHashTrait for BlockMeanHash[src]

impl BlockMeanHashTrait for PtrOfBlockMeanHash[src]

Loading content...