Click or drag to resize

WCircle Constructor (Double, MCvPoint3D64f, MCvPoint3D64f, Double, MCvScalar)

http://www.emgu.com
Constructs repositioned planar circle.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public WCircle(
	double radius,
	MCvPoint3D64f center,
	MCvPoint3D64f normal,
	double thickness,
	MCvScalar color
)

Parameters

radius
Type: SystemDouble
Radius of the circle.
center
Type: Emgu.CV.StructureMCvPoint3D64f
Center of the circle.
normal
Type: Emgu.CV.StructureMCvPoint3D64f
Normal of the plane in which the circle lies.
thickness
Type: SystemDouble
Thickness of the circle.
color
Type: Emgu.CV.StructureMCvScalar
Color of the circle.
See Also