Cv2FitEllipse Method (IEnumerablePoint2f) OpenCvSharp Class Library
Fits ellipse to the set of 2D points.

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

public static RotatedRect FitEllipse(
	IEnumerable<Point2f> points
)

Parameters

points
Type: System.Collections.GenericIEnumerablePoint2f
Input 2D point set

Return Value

Type: RotatedRect

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.FitEllipse(System.Collections.Generic.IEnumerable{OpenCvSharp.CPlusPlus.Point2f})"]

See Also

Reference