[][src]Struct opencv::viz::WPaintedCloud

pub struct WPaintedCloud { /* fields omitted */ }

Methods

impl WPaintedCloud[src]

pub fn as_raw_WPaintedCloud(&self) -> *mut c_void[src]

pub unsafe fn from_raw_ptr(ptr: *mut c_void) -> Self[src]

impl WPaintedCloud[src]

pub fn new(cloud: &dyn ToInputArray) -> Result<WPaintedCloud>[src]

Paint cloud with default gradient between cloud bounds points

pub fn new_1(
    cloud: &dyn ToInputArray,
    p1: Point3d,
    p2: Point3d
) -> Result<WPaintedCloud>
[src]

Paint cloud with default gradient between given points

pub fn new_2(
    cloud: &dyn ToInputArray,
    p1: Point3d,
    p2: Point3d,
    c1: &Color,
    c2: &Color
) -> Result<WPaintedCloud>
[src]

Paint cloud with gradient specified by given colors between given points

Trait Implementations

impl WidgetTrait for WPaintedCloud[src]

impl Widget3DTrait for WPaintedCloud[src]

impl Send for WPaintedCloud[src]

impl Drop for WPaintedCloud[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]