Trait opencv::viz::WTrajectorySpheresTrait[][src]

pub trait WTrajectorySpheresTrait: Widget3DTrait {
    fn as_raw_WTrajectorySpheres(&self) -> *const c_void;
fn as_raw_mut_WTrajectorySpheres(&mut self) -> *mut c_void; }

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

Loading content...

Implementors

Loading content...