Trait opencv::prelude::BRISKTraitConst[][src]

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

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

Class implementing the BRISK keypoint detector and descriptor extractor, described in LCS11 .

Required methods

Provided methods

Implementors