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§
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>
Object Safety§
This trait is not object safe.