Struct opencv::viz::WCircle [−][src]
pub struct WCircle { /* fields omitted */ }
Expand description
This 3D Widget defines a circle.
Implementations
Constructs default planar circle centered at origin with plane normal along z-axis
Parameters
- radius: Radius of the circle.
- thickness: Thickness of the circle.
- color: Color of the circle.
C++ default parameters
- thickness: 0.01
- color: Color::white()
Constructs repositioned planar circle.
Parameters
- radius: Radius of the circle.
- center: Center of the circle.
- normal: Normal of the plane in which the circle lies.
- thickness: Thickness of the circle.
- color: Color of the circle.
C++ default parameters
- thickness: 0.01
- color: Color::white()