PointCollectionEllipseLeastSquareFitting Method |
http://www.emgu.com
Fit an ellipse to the points collection
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
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