pub trait SIFTTrait: Feature2DTrait + SIFTTraitConst {
    fn as_raw_mut_SIFT(&mut self) -> *mut c_void;
}

Required Methods

Implementors