PointCollectionEllipseLeastSquareFitting Method |
http://www.emgu.com
Fit an ellipse to the points collection
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic static Ellipse EllipseLeastSquareFitting(
PointF[] points
)
Public Shared Function EllipseLeastSquareFitting (
points As PointF()
) As Ellipse
public:
static Ellipse^ EllipseLeastSquareFitting(
array<PointF^>^ points
)
static member EllipseLeastSquareFitting :
points : PointF[] -> Ellipse
Parameters
- points
- Type: System.DrawingPointF
The points to be fitted
Return Value
Type:
EllipseAn ellipse
See Also