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

pub trait WTrajectorySpheresTrait: Widget3DTrait {
    pub fn as_raw_WTrajectorySpheres(&self) -> *const c_void;
pub 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...