You are here: Start » AVL.NET » AVL.FitLineToPoints_LTE(AvlNet.Point2D[], int, int?, AvlNet.Line2D, AvlNet.Point2D[], float, int)

AVL.FitLineToPoints_LTE(AvlNet.Point2D[], int, int?, AvlNet.Line2D, AvlNet.Point2D[], float, int)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void FitLineToPoints_LTE(
	AvlNet.Point2D[] inPoints,
	int inSeedSubsetSize,
	int? inEvalSubsetSize,
	out AvlNet.Line2D outLine,
	out AvlNet.Point2D[] outLTInliers,
	out float outLTError,
	out int diagIterationCount
)

Parameters

inPoints
Type: AvlNet.Point2D
inSeedSubsetSize
Type: System.Int32
inEvalSubsetSize
Type: System.Nullable<System.Int32>
outLine
Type: AvlNet.Line2D
outLTInliers
Type: AvlNet.Point2D
outLTError
Type: System.Single
diagIterationCount
Type: System.Int32

Errors

Error type Description
DomainError Empty array of points in FitLineToPoints_LTE.

See also