Trait opencv::hub_prelude::Widget3DTraitConst[][src]

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.

Required methods

Provided methods

Returns the current pose of the widget.

Implementors