You are here: Start » FIL.NET » FIS.ScanMultipleRidges3D_Direct Method
FIS.ScanMultipleRidges3D_Direct Method
Locates multiple high or low peaks of surface height along a given path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ScanMultipleRidges3D_Direct ( FilNet.Surface inSurface, FilNet.Path inScanPath, int inScanWidth, FilNet.InterpolationMethod inSurfaceInterpolation, FilNet.RidgeScanParams3D inRidgeScanParams, float inMinDistance, IList<FilNet.SurfaceRidge1D> outRidges )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSurface | FilNet.Surface | Input surface. | ||
![]() | inScanPath | FilNet.Path | Path along which the scan is performed. | ||
![]() | inScanWidth | int | <1, INF> | 5 | Width of the scan field in pixels. Default value: 5. |
![]() | inSurfaceInterpolation | FilNet.InterpolationMethod | Bilinear | Interpolation method used for extraction of surface points. Default value: Bilinear. | |
![]() | inRidgeScanParams | FilNet.RidgeScanParams3D | RidgeScanParams3D ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f RidgeWidth: 5.0f RidgeMargin: 2.0f RidgeOperator: Minimum MinMagnitude: 5.0f RidgePolarity: Any ) | 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: Any ). | |
![]() | inMinDistance | float | <0.0f, INF> | 0.0f | Minimal distance between consecutive ridges. Default value: 0.0f. |
![]() | outRidges | System.Collections.Generic.IList<FilNet.SurfaceRidge1D> | Found surface ridges. |
Function Overrides
- ScanMultipleRidges3D_Direct(Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, RidgeScanParams3D, Single, Nullable<Single>, Nullable<LocalBlindness>, Nullable<Int32>, IList<SurfaceRidge1D>)
- ScanMultipleRidges3D_Direct(Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, RidgeScanParams3D, Single, Nullable<Single>, Nullable<LocalBlindness>, Nullable<Int32>, IList<SurfaceRidge1D>, NullableRef<Path>, NullableRef<Profile>, NullableRef<Profile>)
- ScanMultipleRidges3D_Direct(Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, RidgeScanParams3D, Single, Nullable<Single>, Nullable<LocalBlindness>, Nullable<Int32>, IList<SurfaceRidge1D>, Path, Profile, Profile, IList<Path>, Single)
- ScanMultipleRidges3D_Direct(Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, RidgeScanParams3D, Single, Nullable<Single>, Nullable<LocalBlindness>, Nullable<Int32>, IList<SurfaceRidge1D>, NullableRef<Path>, NullableRef<Profile>, NullableRef<Profile>, IList<Path>, Single)