You are here: Start » AVL.NET » AVS.AvsFilter_FitPathToRidges3D Method
AVS.AvsFilter_FitPathToRidges3D Method
Performs a series of 1D ridge detections in 3D and creates a path from the detected points.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void AvsFilter_FitPathToRidges3D ( AvlNet.PathFitting3DState ioState, AvlNet.Surface inSurface, AvlNet.PathFittingField inFittingField, int inScanWidth, AvlNet.InterpolationMethod inSurfaceInterpolation, AvlNet.RidgeScanParams3D inRidgeScanParams, AvlNet.Selection inRidgeSelection, float inMaxIncompleteness, INullable<List<AvlNet.Point3D>> outPath, NullableRef<List<AvlNet.SurfaceRidge1D?>> outRidges, NullableRef<NullableRef<AvlNet.Profile>> outDeviationProfile, NullableRef<AvlNet.PathFittingField> outAlignedFittingField, IList<AvlNet.Segment2D> diagScanSegments, IList<AvlNet.Rectangle2D> diagSamplingAreas, IList<AvlNet.Profile> diagHeightProfiles, IList<AvlNet.Profile> diagResponseProfiles )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
| ioState | AvlNet.PathFitting3DState | ||||
![]() | inSurface | AvlNet.Surface | Surface to fit the path to. | ||
![]() | inFittingField | AvlNet.PathFittingField | Path fitting field. | ||
![]() | inScanWidth | int | <1, INF> | 5 | The width of each scan field (in pixels). Default value: 5. |
![]() | inSurfaceInterpolation | AvlNet.InterpolationMethod | Bilinear | Interpolation method used for extraction of surface points. Default value: Bilinear. | |
![]() | inRidgeScanParams | AvlNet.RidgeScanParams3D | RidgeScanParams3D ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f RidgeWidth: 5.0f RidgeMargin: 2.0f RidgeOperator: Minimum MinMagnitude: 5.0f RidgePolarity: Low ) | Parameters controlling the ridge extraction process. Default value: RidgeScanParams3D ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f RidgeWidth: 5.0f RidgeMargin: 2.0f RidgeOperator: Minimum MinMagnitude: 5.0f RidgePolarity: Low ). | |
![]() | inRidgeSelection | AvlNet.Selection | Selection mode of ridges. | ||
![]() | inMaxIncompleteness | float | <0.0f, 0.999f> | 0.1f | Maximal fraction of ridge points not found. Default value: 0.1f. |
![]() | outPath | AvlNet.INullable<System.Collections.Generic.List<AvlNet.Point3D>> | Fitted path or nothing if the fitting failed. 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 path points and the corresponding reference path points. Can be null to skip this parameter calculation. | ||
![]() | outAlignedFittingField | AvlNet.NullableRef<AvlNet.PathFittingField> | Fitting field used; in the image coordinate system. Can be null to skip this parameter calculation. | ||
![]() | diagScanSegments | System.Collections.Generic.IList<AvlNet.Segment2D> | Segments along which the scans were run. | ||
![]() | diagSamplingAreas | System.Collections.Generic.IList<AvlNet.Rectangle2D> | Areas from which the input image is sampled. | ||
![]() | 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
- AvsFilter_FitPathToRidges3D(PathFitting3DState, Surface, PathFittingField, Int32, InterpolationMethod, RidgeScanParams3D, Selection, Single, INullable<List<Point3D>>)
- AvsFilter_FitPathToRidges3D(PathFitting3DState, Surface, PathFittingField, Int32, InterpolationMethod, RidgeScanParams3D, Selection, Single, INullable<List<Point3D>>, NullableRef<List<Nullable<SurfaceRidge1D>>>, NullableRef<NullableRef<Profile>>, NullableRef<PathFittingField>)
- AvsFilter_FitPathToRidges3D(PathFitting3DState, Surface, PathFittingField, Int32, InterpolationMethod, RidgeScanParams3D, Selection, Single, INullable<List<Point3D>>, IList<Segment2D>, IList<Rectangle2D>, IList<Profile>, IList<Profile>)
- AvsFilter_FitPathToRidges3D(PathFitting3DState, Surface, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Nullable<Single>, Int32, InterpolationMethod, RidgeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Int32>, Nullable<Single>, Single, INullable<List<Point3D>>)
- AvsFilter_FitPathToRidges3D(PathFitting3DState, Surface, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Nullable<Single>, Int32, InterpolationMethod, RidgeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Int32>, Nullable<Single>, Single, INullable<List<Point3D>>, NullableRef<List<Nullable<SurfaceRidge1D>>>, NullableRef<NullableRef<Profile>>, NullableRef<PathFittingField>)
- AvsFilter_FitPathToRidges3D(PathFitting3DState, Surface, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Nullable<Single>, Int32, InterpolationMethod, RidgeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Int32>, Nullable<Single>, Single, INullable<List<Point3D>>, IList<Segment2D>, IList<Rectangle2D>, IList<Profile>, IList<Profile>)
- AvsFilter_FitPathToRidges3D(PathFitting3DState, Surface, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Nullable<Single>, Int32, InterpolationMethod, RidgeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Int32>, Nullable<Single>, Single, INullable<List<Point3D>>, IList<Nullable<SurfaceRidge1D>>, INullable<Profile>, PathFittingField, IList<Segment2D>, IList<Rectangle2D>, IList<Profile>, IList<Profile>)
- AvsFilter_FitPathToRidges3D(PathFitting3DState, Surface, PathFittingField, Nullable<CoordinateSystem2D>, Nullable<Single>, Nullable<Single>, Int32, InterpolationMethod, RidgeScanParams3D, Selection, Nullable<LocalBlindness>, Nullable<Int32>, Nullable<Int32>, Nullable<Single>, Single, INullable<List<Point3D>>, NullableRef<List<Nullable<SurfaceRidge1D>>>, NullableRef<NullableRef<Profile>>, NullableRef<PathFittingField>, IList<Segment2D>, IList<Rectangle2D>, IList<Profile>, IList<Profile>)



