Trait opencv::prelude::BlockMeanHashTrait
source · pub trait BlockMeanHashTrait: BlockMeanHashTraitConst + ImgHashBaseTrait {
// Required method
fn as_raw_mut_BlockMeanHash(&mut self) -> *mut c_void;
// Provided method
fn set_mode(&mut self, mode: i32) -> Result<()> { ... }
}
Expand description
Mutable methods for crate::img_hash::BlockMeanHash