Struct opencv::viz::WPlane [−][src]
pub struct WPlane { /* fields omitted */ }
Expand description
This 3D Widget defines a finite plane.
Implementations
Constructs a default plane with center point at origin and normal oriented along z-axis.
Parameters
- size: Size of the plane
- color: Color of the plane.
C++ default parameters
- size: Size2d(1.0,1.0)
- color: Color::white()
Constructs a repositioned plane
Parameters
- center: Center of the plane
- normal: Plane normal orientation
- new_yaxis: Up-vector. New orientation of plane y-axis.
- size:
- color: Color of the plane.
C++ default parameters
- size: Size2d(1.0,1.0)
- color: Color::white()