You are here: Start » FIL.NET » FIS.FitLineToPoints_RANSAC Method
FIS.FitLineToPoints_RANSAC Method
Approximates points with a line using a RANSAC algorithm.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FitLineToPoints_RANSAC ( IList<FilNet.Point2D> inPoints, float inMaxInlierDistance, out FilNet.Line2D? outLine )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point2D> | |||
![]() | inMaxInlierDistance | float | <0.0f, INF> | 3.0f | Distance from the output line for a point to be considered an inlier. Default value: 3.0f. |
![]() | outLine | FilNet.Line2D? |