You are here: Start » AVL.NET » AVS.FitSegmentToRidges3D Method
AVS.FitSegmentToRidges3D Method
Performs a series of 1D ridge detections and finds a segment that best matches the detected points.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void FitSegmentToRidges3D ( AvlNet.Surface inSurface, AvlNet.SegmentFittingMap inFittingMap, AvlNet.RidgeScanParams3D inRidgeScanParams, AvlNet.Selection inRidgeSelection, float inMaxIncompleteness, INullable<AvlNet.Segment3D> outSegment, NullableRef<List<AvlNet.SurfaceRidge1D?>> outRidges, NullableRef<NullableRef<AvlNet.Profile>> outDeviationProfile, NullableRef<List<AvlNet.Point3D>> outInliers, IList<AvlNet.Profile> diagHeightProfiles, IList<AvlNet.Profile> diagResponseProfiles )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSurface | AvlNet.Surface | Surface to fit the segment to. | ||
![]() | inFittingMap | AvlNet.SegmentFittingMap | Input fitting map. | ||
![]() | inRidgeScanParams | AvlNet.RidgeScanParams3D | Parameters controlling the ridge extraction process. | ||
![]() | inRidgeSelection | AvlNet.Selection | avl::SelectionBest | Selection mode of ridges. Default value: avl::SelectionBest. | |
![]() | inMaxIncompleteness | float | <0.0f, 0.999f> | 0.1f | Maximal fraction of ridge points not found. Default value: 0.1f. |
![]() | outSegment | AvlNet.INullable<AvlNet.Segment3D> | Fitted segment or nothing if the fitting fails. This parameter cannot be null. | ||
![]() | outRidges | AvlNet.NullableRef<System.Collections.Generic.List<AvlNet.SurfaceRidge1D?>> | Found ridges. Can be null to skip this parameter calculation. | ||
![]() | outDeviationProfile | AvlNet.NullableRef<AvlNet.NullableRef<AvlNet.Profile>> | Profile of distances between the actual segment points and the corresponding reference segment points. Can be null to skip this parameter calculation. | ||
![]() | outInliers | AvlNet.NullableRef<System.Collections.Generic.List<AvlNet.Point3D>> | Points matching the fitting segment. Can be null to skip this parameter calculation. | ||
![]() | diagHeightProfiles | System.Collections.Generic.IList<AvlNet.Profile> | Extracted surface height profiles. | ||
![]() | diagResponseProfiles | System.Collections.Generic.IList<AvlNet.Profile> | Profiles of the ridge operator response. |
Function Overrides
- FitSegmentToRidges3D(Surface, SegmentFittingMap, RidgeScanParams3D, Selection, Single, INullable<Segment3D>)
- FitSegmentToRidges3D(Surface, SegmentFittingMap, RidgeScanParams3D, Selection, Single, INullable<Segment3D>, IList<Profile>, IList<Profile>)
- FitSegmentToRidges3D(Surface, SegmentFittingMap, RidgeScanParams3D, Selection, Single, INullable<Segment3D>, NullableRef<List<Nullable<SurfaceRidge1D>>>, NullableRef<NullableRef<Profile>>, NullableRef<List<Point3D>>)
- 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>, IList<Profile>, IList<Profile>)
- FitSegmentToRidges3D(Surface, SegmentFittingMap, RidgeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Single, Nullable<MEstimator>, INullable<Segment3D>, NullableRef<List<Nullable<SurfaceRidge1D>>>, NullableRef<NullableRef<Profile>>, NullableRef<List<Point3D>>)
- FitSegmentToRidges3D(Surface, SegmentFittingMap, RidgeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Single, Nullable<MEstimator>, INullable<Segment3D>, IList<Nullable<SurfaceRidge1D>>, INullable<Profile>, IList<Point3D>, IList<Profile>, IList<Profile>)
- FitSegmentToRidges3D(Surface, SegmentFittingMap, RidgeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Single, Nullable<MEstimator>, INullable<Segment3D>, NullableRef<List<Nullable<SurfaceRidge1D>>>, NullableRef<NullableRef<Profile>>, NullableRef<List<Point3D>>, IList<Profile>, IList<Profile>)



