Trait opencv::prelude::BoostDescTraitConst

source ·
pub trait BoostDescTraitConst: Feature2DTraitConst {
    // Required method
    fn as_raw_BoostDesc(&self) -> *const c_void;

    // Provided methods
    fn get_default_name(&self) -> Result<String> { ... }
    fn get_use_scale_orientation(&self) -> Result<bool> { ... }
    fn get_scale_factor(&self) -> Result<f32> { ... }
}
Expand description

Constant methods for crate::xfeatures2d::BoostDesc

Required Methods§

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§