http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Fit an ellipse to the points collection
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static Ellipse EllipseLeastSquareFitting( PointF[] points ) |
Visual Basic |
---|
Public Shared Function EllipseLeastSquareFitting ( _ points As PointF() _ ) As Ellipse |
Visual C++ |
---|
public: static Ellipse EllipseLeastSquareFitting( array<PointF>^ points ) |
Parameters
- points
- Type: array<System.Drawing..::..PointF>[]()[][]
The points to be fitted