http://www.emgu.com Create a circle with the specific center and radius
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
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