Trait opencv::features2d::prelude::SIFTTrait[][src]

pub trait SIFTTrait: Feature2DTrait {
    fn as_raw_SIFT(&self) -> *const c_void;
fn as_raw_mut_SIFT(&mut self) -> *mut c_void; fn get_default_name(&self) -> Result<String> { ... } }

Class for extracting keypoints and computing descriptors using the Scale Invariant Feature Transform (SIFT) algorithm by D. Lowe Lowe04 .

Required methods

Loading content...

Provided methods

Loading content...

Implementors

Loading content...