Click or drag to resize

CvInvokeFitEllipse Method

http://www.emgu.com
Fits an ellipse around a set of 2D points.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static RotatedRect FitEllipse(
	IInputArray points
)

Parameters

points
Type: Emgu.CVIInputArray
Input 2D point set

Return Value

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