Trait opencv::rgbd::LineMod_DepthNormalTrait
source · pub trait LineMod_DepthNormalTrait: LineMod_DepthNormalTraitConst + LineMod_ModalityTrait {
// Required method
fn as_raw_mut_LineMod_DepthNormal(&mut self) -> *mut c_void;
// Provided methods
fn set_distance_threshold(&mut self, val: i32) { ... }
fn set_difference_threshold(&mut self, val: i32) { ... }
fn set_num_features(&mut self, val: size_t) { ... }
fn set_extract_threshold(&mut self, val: i32) { ... }
fn read(&mut self, fn_: &FileNode) -> Result<()> { ... }
}
Expand description
Mutable methods for crate::rgbd::LineMod_DepthNormal