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

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

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
)

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

See also