Click or drag to resize

CvInvokeFitEllipseAMS Method

http://www.emgu.com
The function calculates the ellipse that fits a set of 2D points. The Approximate Mean Square (AMS) is used.

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 FitEllipseAMS(
	IInputArray points
)

Parameters

points
Type: Emgu.CVIInputArray
Input 2D point set

Return Value

Type: RotatedRect
The rotated rectangle in which the ellipse is inscribed
See Also