opencv::rgbd

Trait LineMod_ColorGradientTrait

source
pub trait LineMod_ColorGradientTrait: LineMod_ColorGradientTraitConst + LineMod_ModalityTrait {
    // Required method
    fn as_raw_mut_LineMod_ColorGradient(&mut self) -> *mut c_void;

    // Provided methods
    fn set_weak_threshold(&mut self, val: f32) { ... }
    fn set_num_features(&mut self, val: size_t) { ... }
    fn set_strong_threshold(&mut self, val: f32) { ... }
    fn read(&mut self, fn_: &impl FileNodeTraitConst) -> Result<()> { ... }
}
Expand description

Required Methods§

Provided Methods§

source

fn set_weak_threshold(&mut self, val: f32)

source

fn set_num_features(&mut self, val: size_t)

source

fn set_strong_threshold(&mut self, val: f32)

source

fn read(&mut self, fn_: &impl FileNodeTraitConst) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§