You are here: Start » FIL.NET » FIS.FitSegmentToPoints_TheilSen Method

FIS.FitSegmentToPoints_TheilSen Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FitSegmentToPoints_TheilSen
(
	IList<FilNet.Point2D> inPoints,
	FilNet.TheilSenVariant inVariant,
	out FilNet.Segment2D outSegment
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>Input points.
inVariantFilNet.TheilSenVariantSwitches between Theil-Sen and Siegel methods.
outSegmentFilNet.Segment2DFitted segment.

Function Overrides

See also