[This is preliminary documentation and is subject to change.]
Fit a line to the points collection
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# | Visual Basic | Visual C++ |
Public Shared Sub Line2DFitting ( _ points As PointF(), _ type As DIST_TYPE, _ <OutAttribute> ByRef normalizedDirection As PointF, _ <OutAttribute> ByRef aPointOnLine As PointF _ )
public: static void Line2DFitting( array<PointF>^ points, DIST_TYPE type, [OutAttribute] PointF% normalizedDirection, [OutAttribute] PointF% aPointOnLine )