You are here: Start » AVL.NET » AVS.FitLineToPoints_TheilSen Method

AVS.FitLineToPoints_TheilSen Method

Approximates points with a line using TheilSen algorithm, optionally with Siegel's improvement.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void FitLineToPoints_TheilSen
(
	IList<AvlNet.Point2D> inPoints,
	AvlNet.TheilSenVariant inVariant,
	out AvlNet.Line2D outLine
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>Input points.
inVariantAvlNet.TheilSenVariantSwitches between Theil-Sen and Siegel methods.
outLineAvlNet.Line2DFitted line.

Function Overrides

See also