Click or drag to resize

Cv2FitEllipse Method (IEnumerablePoint2f)

Fits ellipse to the set of 2D points.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static RotatedRect FitEllipse(
	IEnumerable<Point2f> points
)

Parameters

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

Return Value

Type: RotatedRect
See Also