[][src]Trait opencv::prelude::WCloudTrait

pub trait WCloudTrait: Widget3DTrait {
    pub fn as_raw_WCloud(&self) -> *const c_void;
pub fn as_raw_mut_WCloud(&mut self) -> *mut c_void; }

This 3D Widget defines a point cloud. :

Note: In case there are four channels in the cloud, fourth channel is ignored.

Required methods

Loading content...

Implementors

impl WCloudTrait for WCloud[src]

Loading content...