pub trait RgbdFrameTraitConst {
// Required method
fn as_raw_RgbdFrame(&self) -> *const c_void;
// Provided methods
fn id(&self) -> i32 { ... }
fn image(&self) -> Mat { ... }
fn depth(&self) -> Mat { ... }
fn mask(&self) -> Mat { ... }
fn normals(&self) -> Mat { ... }
}
Expand description
Constant methods for crate::rgbd::RgbdFrame