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
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