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