You are here: Start » FIL.NET » Invoke.FitSegmentToPoints
Approximates points with a segment using selected outliers suppression method.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void FitSegmentToPoints ( List<Fil.Point2D> inPoints, Optional<Fil.Range> inRange, Optional<Fil.MEstimator> inOutlierSuppression, out Fil.Segment2D outSegment, Optional<List<Fil.Point2D>> outInliers )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Fil.Point2D> | |||
![]() | inRange | Ftl.Optional<Fil.Range> | Determines which array points take part in fitting process. Default value: ftl::NIL. | ||
![]() | inOutlierSuppression | Ftl.Optional<Fil.MEstimator> | |||
![]() | outSegment | Fil.Segment2D | |||
![]() | outInliers | Ftl.Optional<System.Collections.Generic.List<Fil.Point2D>> |