opencv::prelude

Trait PHashTrait

source
pub trait PHashTrait: ImgHashBaseTrait + PHashTraitConst {
    // Required method
    fn as_raw_mut_PHash(&mut self) -> *mut c_void;
}
Expand description

Mutable methods for crate::img_hash::PHash

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§