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: 3.2.0.2682 (3.2.0.2682)
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