WCircle Constructor (Double, MCvPoint3D64f, MCvPoint3D64f, Double, MCvScalar) |
http://www.emgu.com
Constructs repositioned planar circle.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic WCircle(
double radius,
MCvPoint3D64f center,
MCvPoint3D64f normal,
double thickness,
MCvScalar color
)
Public Sub New (
radius As Double,
center As MCvPoint3D64f,
normal As MCvPoint3D64f,
thickness As Double,
color As MCvScalar
)
public:
WCircle(
double radius,
MCvPoint3D64f center,
MCvPoint3D64f normal,
double thickness,
MCvScalar color
)
new :
radius : float *
center : MCvPoint3D64f *
normal : MCvPoint3D64f *
thickness : float *
color : MCvScalar -> WCircle
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