http://www.emgu.com Create a circle with the specific center and radius
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic CircleF(
PointF center,
float radius
)
Public Sub New (
center As PointF,
radius As Single
)
public:
CircleF(
PointF center,
float radius
)
new :
center : PointF *
radius : float32 -> CircleF
Parameters
- center
- Type: System.DrawingPointF
The center of this circle - radius
- Type: SystemSingle
The radius of this circle
See Also