You are here: Start » FIL.NET » FIS.FitSegmentToRidges3D Method
FIS.FitSegmentToRidges3D Method
Performs a series of 1D ridge detections and finds a segment that best matches the detected points.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FitSegmentToRidges3D ( FilNet.Surface inSurface, FilNet.SegmentFittingMap inFittingMap, FilNet.RidgeScanParams3D inRidgeScanParams, FilNet.Selection inRidgeSelection, FilNet.LocalBlindness? inLocalBlindness, int? inMaxProfileGapWidth, float inMaxIncompleteness, FilNet.MEstimator? inOutlierSuppression, INullable<FilNet.Segment3D> outSegment, IList<FilNet.SurfaceRidge1D?> outRidges, INullable<FilNet.Profile> outDeviationProfile, IList<FilNet.Point3D> outInliers, IList<FilNet.Profile> outHeightProfiles, IList<FilNet.Profile> outResponseProfiles )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Surface to fit the segment to. | ||
![]() | inFittingMap | FilNet.SegmentFittingMap | Input fitting map. | ||
![]() | inRidgeScanParams | FilNet.RidgeScanParams3D | Parameters controlling the ridge extraction process. | ||
![]() | inRidgeSelection | FilNet.Selection | fil::SelectionBest | Selection mode of ridges. Default value: fil::SelectionBest. | |
![]() | inLocalBlindness | FilNet.LocalBlindness? | Defines conditions in which weaker ridges can be detected in the vicinity of stronger ridges. Default value: ftl::NIL. | ||
![]() | inMaxProfileGapWidth | int? | <0, INF> | 1 | Maximal number of consecutive not existing profile points. Default value: 1. |
![]() | inMaxIncompleteness | float | <0.0f, 0.999f> | 0.1f | Maximal fraction of ridge points not found. Default value: 0.1f. |
![]() | inOutlierSuppression | FilNet.MEstimator? | Selects a method for ignoring incorrectly detected points. Default value: ftl::NIL. | ||
![]() | outSegment | FilNet.INullable<FilNet.Segment3D> | Fitted segment or nothing if the fitting fails. This parameter cannot be null. | ||
![]() | outRidges | System.Collections.Generic.IList<FilNet.SurfaceRidge1D?> | Found ridges. | ||
![]() | outDeviationProfile | FilNet.INullable<FilNet.Profile> | Profile of distances between the actual segment points and the corresponding reference segment points. This parameter cannot be null. | ||
![]() | outInliers | System.Collections.Generic.IList<FilNet.Point3D> | Points matching the fitting segment. | ||
![]() | outHeightProfiles | System.Collections.Generic.IList<FilNet.Profile> | Extracted surface height profiles. | ||
![]() | outResponseProfiles | System.Collections.Generic.IList<FilNet.Profile> | Profiles of the ridge operator response. |
Function Overrides
- FitSegmentToRidges3D(Surface, SegmentFittingMap, RidgeScanParams3D, Selection, Single, INullable<Segment3D>)
- FitSegmentToRidges3D(Surface, SegmentFittingMap, RidgeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Single, Nullable<MEstimator>, INullable<Segment3D>)
- FitSegmentToRidges3D(Surface, SegmentFittingMap, RidgeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Single, Nullable<MEstimator>, INullable<Segment3D>, NullableRef<List<Nullable<SurfaceRidge1D>>>, NullableRef<NullableRef<Profile>>, NullableRef<List<Point3D>>, NullableRef<SafeList<Profile>>, NullableRef<SafeList<Profile>>)