Trait opencv::prelude::WTrajectorySpheresTraitConst[][src]

pub trait WTrajectorySpheresTraitConst: Widget3DTraitConst {
    fn as_raw_WTrajectorySpheres(&self) -> *const c_void;
}
Expand description

This 3D Widget represents a trajectory using spheres and lines

where spheres represent the positions of the camera, and lines represent the direction from previous position to the current. :

Required methods

Implementors