Trait opencv::prelude::Widget3DTraitConst
source · [−]pub trait Widget3DTraitConst: WidgetTraitConst {
fn as_raw_Widget3D(&self) -> *const c_void;
fn get_pose(&self) -> Result<Affine3d> { ... }
}
Expand description
Base class of all 3D widgets.