pub trait Linemod_ColorGradientTraitConst: Linemod_ModalityConst {
    // Required method
    fn as_raw_Linemod_ColorGradient(&self) -> *const c_void;

    // Provided methods
    fn weak_threshold(&self) -> f32 { ... }
    fn num_features(&self) -> size_t { ... }
    fn strong_threshold(&self) -> f32 { ... }
    fn name(&self) -> Result<String> { ... }
    fn write(&self, fs: &mut FileStorage) -> Result<()> { ... }
}
Expand description

Required Methods§

Provided Methods§

source

fn weak_threshold(&self) -> f32

source

fn num_features(&self) -> size_t

source

fn strong_threshold(&self) -> f32

source

fn name(&self) -> Result<String>

source

fn write(&self, fs: &mut FileStorage) -> Result<()>

Implementors§