www.emgu.com/wiki
Fit an ellipse to the points collection

Declaration Syntax
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
Assembly:
Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)