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

pub trait SIFTTrait: Feature2DTrait {
    pub fn as_raw_SIFT(&self) -> *const c_void;
pub fn as_raw_mut_SIFT(&mut self) -> *mut c_void; pub 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

pub fn as_raw_SIFT(&self) -> *const c_void[src]

pub fn as_raw_mut_SIFT(&mut self) -> *mut c_void[src]

Loading content...

Provided methods

Loading content...

Implementors

impl SIFTTrait for SIFT[src]

impl SIFTTrait for PtrOfSIFT[src]

Loading content...