Fit an ellipse to the points collection
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
public static Ellipse EllipseLeastSquareFitting(
PointF[] points
)
Public Shared Function EllipseLeastSquareFitting ( _
points As PointF() _
) As Ellipse
public:
static Ellipse EllipseLeastSquareFitting(
array<PointF>^ points
)
Parameters
- points
- array<PointF>[]()[][]
The points to be fitted
Return Value
An ellipse
See Also