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