[][src]Trait opencv::rgbd::Linemod_ColorGradientTrait

pub trait Linemod_ColorGradientTrait: Linemod_Modality {
    pub fn as_raw_Linemod_ColorGradient(&self) -> *const c_void;
pub fn as_raw_mut_Linemod_ColorGradient(&mut self) -> *mut c_void; pub fn weak_threshold(&self) -> f32 { ... }
pub fn set_weak_threshold(&mut self, val: f32) { ... }
pub fn num_features(&self) -> size_t { ... }
pub fn set_num_features(&mut self, val: size_t) { ... }
pub fn strong_threshold(&self) -> f32 { ... }
pub fn set_strong_threshold(&mut self, val: f32) { ... }
pub fn name(&self) -> Result<String> { ... }
pub fn read(&mut self, fn_: &FileNode) -> Result<()> { ... }
pub fn write(&self, fs: &mut FileStorage) -> Result<()> { ... } }

\brief Modality that computes quantized gradient orientations from a color image.

Required methods

Loading content...

Provided methods

pub fn weak_threshold(&self) -> f32[src]

pub fn set_weak_threshold(&mut self, val: f32)[src]

pub fn num_features(&self) -> size_t[src]

pub fn set_num_features(&mut self, val: size_t)[src]

pub fn strong_threshold(&self) -> f32[src]

pub fn set_strong_threshold(&mut self, val: f32)[src]

pub fn name(&self) -> Result<String>[src]

pub fn read(&mut self, fn_: &FileNode) -> Result<()>[src]

pub fn write(&self, fs: &mut FileStorage) -> Result<()>[src]

Loading content...

Implementors

Loading content...