Trait opencv::prelude::SIFTTraitConst[][src]

pub trait SIFTTraitConst: Feature2DTraitConst {
    fn as_raw_SIFT(&self) -> *const c_void;

    fn get_default_name(&self) -> Result<String> { ... }
}
Expand description

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

Required methods

Provided methods

Implementors