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

FIS.FitSegmentToPoints Method

Approximates points with a segment using selected outliers suppression method.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FitSegmentToPoints
(
	IList<FilNet.Point2D> inPoints,
	FilNet.Range? inRange,
	FilNet.MEstimator? inOutlierSuppression,
	out FilNet.Segment2D outSegment,
	NullableRef<List<FilNet.Point2D>> outInliers
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<FilNet.Point2D>
inRangeFilNet.Range?Determines which array points take part in fitting process. Default value: ftl::NIL.
inOutlierSuppressionFilNet.MEstimator?
outSegmentFilNet.Segment2D
outInliersFilNet.NullableRef<System.Collections.Generic.List<FilNet.Point2D>> Can be null to skip this parameter calculation.

Function Overrides

See also