You are here: Start » FIL.NET » FIS.FitPlaneToPoints_M Method
FIS.FitPlaneToPoints_M Method
Approximates points with a plane using selected M-estimator for outlier suppression.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FitPlaneToPoints_M ( IList<FilNet.Point3D> inPoints, FilNet.MEstimator inOutlierSuppression, float inClippingFactor, int inIterationCount, out FilNet.Plane3D outPlane )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<FilNet.Point3D> | |||
![]() | inOutlierSuppression | FilNet.MEstimator | |||
![]() | inClippingFactor | float | <0.675f, 6.0f> | 2.5f | Multitude of standard deviation within which points are considered inliers. Default value: 2.5f. |
![]() | inIterationCount | int | <0, INF> | 5 | Number of iterations of outlier suppressing algorithm. Default value: 5. |
![]() | outPlane | FilNet.Plane3D |
Function Overrides
- FitPlaneToPoints_M(IList<Point3D>, MEstimator, Single, Int32, Nullable<Plane3D>, Plane3D)
- FitPlaneToPoints_M(IList<Point3D>, MEstimator, Single, Int32, Nullable<Plane3D>, Plane3D, IList<Point3D>, IList<Single>, Single, Single, IList<Single>, Single)
- FitPlaneToPoints_M(IList<Point3D>, MEstimator, Single, Int32, Nullable<Plane3D>, Plane3D, NullableRef<List<Point3D>>, NullableRef<List<Single>>, NullableValue<Single>, NullableValue<Single>, NullableRef<List<Single>>, NullableValue<Single>)