You are here: Start » FIL.NET » Invoke.FitSegmentToPoints3D
Approximates points in 3D with a segment using selected outliers suppression method.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void FitSegmentToPoints3D ( List<Fil.Point3D> inPoints, Optional<Fil.MEstimator> inOutlierSuppression, Conditional<Fil.Segment3D> outSegment, Optional<List<Fil.Point3D>> outInliers )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Fil.Point3D> | |||
![]() | inOutlierSuppression | Ftl.Optional<Fil.MEstimator> | Tukey | Default value: Tukey. | |
![]() | outSegment | Ftl.Conditional<Fil.Segment3D> | Fitted segment or nothing if method failed to converge. | ||
![]() | outInliers | Ftl.Optional<System.Collections.Generic.List<Fil.Point3D>> | Points matching the computed segment. |