CvFitEllipse2 Method (CvArr) OpenCvSharp Class Library
Fits ellipse to set of 2D points

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CvBox2D FitEllipse2(
	CvArr points
)

Parameters

points
Type: OpenCvSharpCvArr
Array or sequence of the points.

Return Value

Type: CvBox2D
ellipse that fits best (in least-squares sense) to a set of 2D points.
See Also

Reference