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
Syntaxpublic static RotatedRect FitEllipse(
IEnumerable<Point2f> points
)
Public Shared Function FitEllipse (
points As IEnumerable(Of Point2f)
) As RotatedRect
public:
static RotatedRect FitEllipse(
IEnumerable<Point2f>^ points
)
static member FitEllipse :
points : IEnumerable<Point2f> -> RotatedRect
OpenCvSharp.Cv2.FitEllipse = function(points);
Parameters
- points
- Type: System.Collections.GenericIEnumerablePoint2f
Input 2D point set
Return Value
Type:
RotatedRect
See Also