Struct opencv::viz::WCloudCollection [−][src]
pub struct WCloudCollection { /* fields omitted */ }
Expand description
This 3D Widget defines a collection of clouds. :
Note: In case there are four channels in the cloud, fourth channel is ignored.
Implementations
Trait Implementations
Performs the conversion.
Performs the conversion.
fn add_cloud(
&mut self,
cloud: &dyn ToInputArray,
colors: &dyn ToInputArray,
pose: Affine3d
) -> Result<()>
fn add_cloud(
&mut self,
cloud: &dyn ToInputArray,
colors: &dyn ToInputArray,
pose: Affine3d
) -> Result<()>
Adds a cloud to the collection. Read more
fn add_cloud_1(
&mut self,
cloud: &dyn ToInputArray,
color: &Color,
pose: Affine3d
) -> Result<()>
fn add_cloud_1(
&mut self,
cloud: &dyn ToInputArray,
color: &Color,
pose: Affine3d
) -> Result<()>
Adds a cloud to the collection. Read more