Struct opencv::viz::WPaintedCloud [−][src]
pub struct WPaintedCloud { /* fields omitted */ }
Implementations
Paint cloud with default gradient between cloud bounds points
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>
pub fn new_2(
cloud: &dyn ToInputArray,
p1: Point3d,
p2: Point3d,
c1: &Color,
c2: Color
) -> Result<WPaintedCloud>
Paint cloud with gradient specified by given colors between given points
Trait Implementations
Performs the conversion.
Performs the conversion.