You are here: Start » AVL.NET » AVL.FitLineToPoints_LTE(AvlNet.Point2D[], int, AvlNet.Line2D, AvlNet.Point2D[], float, int)
AVL.FitLineToPoints_LTE(AvlNet.Point2D[], int, AvlNet.Line2D, AvlNet.Point2D[], float, int)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void FitLineToPoints_LTE( AvlNet.Point2D[] inPoints, int inSeedSubsetSize, out AvlNet.Line2D outLine, out AvlNet.Point2D[] outLTInliers, out float outLTError, out int diagIterationCount )
Parameters
- inPoints
- Type: AvlNet.Point2D
- inSeedSubsetSize
- Type: System.Int32
- outLine
- Type: AvlNet.Line2D
- outLTInliers
- Type: AvlNet.Point2D
- outLTError
- Type: System.Single
- diagIterationCount
- Type: System.Int32
