You are here: Start » FIL.NET » FIS.FitSegmentToPoints3D_LTE Method
FIS.FitSegmentToPoints3D_LTE Method
Approximates points in 3D with a segment using a RANSAC algorithm.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FitSegmentToPoints3D_LTE ( IList<FilNet.Point3D> inPoints, int inSeedSubsetSize, out FilNet.Segment3D outSegment )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point3D> | |||
![]() | inSeedSubsetSize | int | <2, 10> | 3 | Number of points in one combination for getting a sample segment. Default value: 3. |
![]() | outSegment | FilNet.Segment3D | Fitted segment. |
Function Overrides
- FitSegmentToPoints3D_LTE(IList<Point3D>, Int32, Nullable<Int32>, Segment3D)
- FitSegmentToPoints3D_LTE(IList<Point3D>, Int32, Nullable<Int32>, Segment3D, NullableRef<List<Point3D>>, NullableValue<Single>)
- FitSegmentToPoints3D_LTE(IList<Point3D>, Int32, Nullable<Int32>, Segment3D, IList<Point3D>, Single, Int32)
- FitSegmentToPoints3D_LTE(IList<Point3D>, Int32, Nullable<Int32>, Segment3D, NullableRef<List<Point3D>>, NullableValue<Single>, Int32)