pub trait Linemod_ColorGradientTrait: Linemod_ColorGradientTraitConst + Linemod_Modality {
    fn as_raw_mut_Linemod_ColorGradient(&mut self) -> *mut c_void;

    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_: &FileNode) -> Result<()> { ... }
}

Required Methods

Provided Methods

Implementors