You are here: Start » FIL.NET » FIS.FisFilter_ScanExactlyNRidges3D Method
FIS.FisFilter_ScanExactlyNRidges3D Method
Locates a specified number of the strongest high or low peaks of surface height along a given path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_ScanExactlyNRidges3D ( FilNet.ScanMapState ioState, FilNet.Surface inSurface, FilNet.Path inScanPath, int inScanWidth, FilNet.InterpolationMethod inSurfaceInterpolation, FilNet.RidgeScanParams3D inRidgeScanParams, int inRidgeCount, FilNet.Selection inRidgeSelection, float inMinDistance, INullable<List<FilNet.SurfaceRidge1D>> outRidges, FilNet.Profile diagHeightProfile, FilNet.Profile diagResponseProfile, IList<FilNet.Path> diagSamplingPoints, out float diagSamplingStep )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.ScanMapState | ||||
![]() | 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 ). | |
![]() | inRidgeCount | int | <0, INF> | 1 | Number of ridges to be found. Default value: 1. |
![]() | inRidgeSelection | FilNet.Selection | Selection mode of the resulting ridges. | ||
![]() | inMinDistance | float | <0.0f, INF> | 0.0f | Minimal distance between consecutive ridges. Default value: 0.0f. |
![]() | outRidges | FilNet.INullable<System.Collections.Generic.List<FilNet.SurfaceRidge1D>> | Found surface ridges. This parameter cannot be null. | ||
![]() | diagHeightProfile | FilNet.Profile | Extracted surface height profile. | ||
![]() | diagResponseProfile | FilNet.Profile | Profile of the ridge operator response. | ||
![]() | diagSamplingPoints | System.Collections.Generic.IList<FilNet.Path> | Array of paths each one containing the sampling points that contributed to a single value of the extracted profile; in the image coordinate system. | ||
![]() | diagSamplingStep | float | Used distance between consecutive sampling points on the scan path. |
Function Overrides
- FisFilter_ScanExactlyNRidges3D(ScanMapState, Surface, Path, Int32, InterpolationMethod, RidgeScanParams3D, Int32, Selection, Single, INullable<List<SurfaceRidge1D>>)
- FisFilter_ScanExactlyNRidges3D(ScanMapState, Surface, Path, Int32, InterpolationMethod, RidgeScanParams3D, Int32, Selection, Single, INullable<List<SurfaceRidge1D>>, NullableRef<Path>)
- FisFilter_ScanExactlyNRidges3D(ScanMapState, Surface, Path, Int32, InterpolationMethod, RidgeScanParams3D, Int32, Selection, Single, INullable<List<SurfaceRidge1D>>, NullableRef<Path>, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanExactlyNRidges3D(ScanMapState, Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, RidgeScanParams3D, Int32, Selection, Single, Nullable<Single>, Nullable<LocalBlindness>, Nullable<Int32>, INullable<List<SurfaceRidge1D>>)
- FisFilter_ScanExactlyNRidges3D(ScanMapState, Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, RidgeScanParams3D, Int32, Selection, Single, Nullable<Single>, Nullable<LocalBlindness>, Nullable<Int32>, INullable<List<SurfaceRidge1D>>, NullableRef<Path>)
- FisFilter_ScanExactlyNRidges3D(ScanMapState, Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, RidgeScanParams3D, Int32, Selection, Single, Nullable<Single>, Nullable<LocalBlindness>, Nullable<Int32>, INullable<List<SurfaceRidge1D>>, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanExactlyNRidges3D(ScanMapState, Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, RidgeScanParams3D, Int32, Selection, Single, Nullable<Single>, Nullable<LocalBlindness>, Nullable<Int32>, INullable<List<SurfaceRidge1D>>, Path, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanExactlyNRidges3D(ScanMapState, Surface, Path, Nullable<CoordinateSystem2D>, Nullable<Single>, Int32, InterpolationMethod, RidgeScanParams3D, Int32, Selection, Single, Nullable<Single>, Nullable<LocalBlindness>, Nullable<Int32>, INullable<List<SurfaceRidge1D>>, NullableRef<Path>, Profile, Profile, IList<Path>, Single)