Trait opencv::prelude::Linemod_DepthNormalTraitConst [−][src]
pub trait Linemod_DepthNormalTraitConst: Linemod_ModalityConst {
fn as_raw_Linemod_DepthNormal(&self) -> *const c_void;
fn distance_threshold(&self) -> i32 { ... }
fn difference_threshold(&self) -> i32 { ... }
fn num_features(&self) -> size_t { ... }
fn extract_threshold(&self) -> i32 { ... }
fn name(&self) -> Result<String> { ... }
fn write(&self, fs: &mut FileStorage) -> Result<()> { ... }
}
Expand description
\brief Modality that computes quantized surface normals from a dense depth map.