Click or drag to resize

Cv2FitEllipse Method (IEnumerablePoint2f)

Fits ellipse to the set of 2D points.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.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.Cv2.FitEllipse(System.Collections.Generic.IEnumerable{OpenCvSharp.Point2f})"]

See Also