The radius of the circle
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public float Radius { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Radius As Single |
Visual C++ |
---|
public:
property float Radius {
float get ();
void set (float value);
} |
See Also