Trait opencv::hub_prelude::BoostDesc
source · pub trait BoostDesc: Feature2DTrait + BoostDescConst {
fn as_raw_mut_BoostDesc(&mut self) -> *mut c_void;
fn set_use_scale_orientation(
&mut self,
use_scale_orientation: bool
) -> Result<()> { ... }
fn set_scale_factor(&mut self, scale_factor: f32) -> Result<()> { ... }
}