pub trait QuasiDenseStereoTraitConst {
// Required method
fn as_raw_QuasiDenseStereo(&self) -> *const c_void;
// Provided method
fn param(&self) -> PropagationParameters { ... }
}Expand description
Constant methods for crate::stereo::QuasiDenseStereo