You are here: Start » FIL.NET » FIS.FisFilter_ScanMultipleRidges Method
FIS.FisFilter_ScanMultipleRidges Method
Locates multiple dark or bright pixel peaks along a given path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_ScanMultipleRidges ( FilNet.ScanMapState ioState, FilNet.Image inImage, FilNet.Path inScanPath, FilNet.CoordinateSystem2D? inScanPathAlignment, int inScanWidth, FilNet.InterpolationMethod inImageInterpolation, FilNet.RidgeScanParams inRidgeScanParams, float inMinDistance, float? inMaxDistance, FilNet.LocalBlindness? inLocalBlindness, IList<FilNet.Ridge1D> outRidges, IList<FilNet.Gap1D> outGaps, NullableRef<FilNet.Path> outAlignedScanPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.ScanMapState | ||||
![]() | inImage | FilNet.Image | Input image to be measured. | ||
![]() | inScanPath | FilNet.Path | Path along which the scan is performed. | ||
![]() | inScanPathAlignment | FilNet.CoordinateSystem2D? | Adjusts the scan path to the position of the inspected object. Default value: ftl::NIL. | ||
![]() | inScanWidth | int | <1, INF> | 5 | Width of the scan field in pixels. Default value: 5. |
![]() | inImageInterpolation | FilNet.InterpolationMethod | Bilinear | Interpolation method used in extraction of image pixel values. Default value: Bilinear. | |
![]() | inRidgeScanParams | FilNet.RidgeScanParams | RidgeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f RidgeWidth: 5 RidgeMargin: 2 MinMagnitude: 5.0f RidgePolarity: Dark ) | Parameters controlling the ridge extraction process. Default value: RidgeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f RidgeWidth: 5 RidgeMargin: 2 MinMagnitude: 5.0f RidgePolarity: Dark ). | |
![]() | inMinDistance | float | <0.0f, INF> | 0.0f | Minimal distance between consecutive ridges. Default value: 0.0f. |
![]() | inMaxDistance | float? | <0.0f, INF> | Maximal distance between consecutive ridges. Default value: ftl::NIL. | |
![]() | inLocalBlindness | FilNet.LocalBlindness? | Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: ftl::NIL. | ||
![]() | outRidges | System.Collections.Generic.IList<FilNet.Ridge1D> | Found ridges. | ||
![]() | outGaps | System.Collections.Generic.IList<FilNet.Gap1D> | Gaps between consecutive ridges. | ||
![]() | outAlignedScanPath | FilNet.NullableRef<FilNet.Path> | Path along which the scan is performed; in the image coordinate system. Can be null to skip this parameter calculation. |
Function Overrides
- FisFilter_ScanMultipleRidges(ScanMapState, Image, Path, Int32, InterpolationMethod, RidgeScanParams, Single, IList<Ridge1D>, IList<Gap1D>)
- FisFilter_ScanMultipleRidges(ScanMapState, Image, Path, Int32, InterpolationMethod, RidgeScanParams, Single, IList<Ridge1D>, IList<Gap1D>, NullableRef<Path>)
- FisFilter_ScanMultipleRidges(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, RidgeScanParams, Single, Nullable<Single>, Nullable<LocalBlindness>, IList<Ridge1D>, IList<Gap1D>)
- FisFilter_ScanMultipleRidges(ScanMapState, Image, Path, Int32, InterpolationMethod, RidgeScanParams, Single, IList<Ridge1D>, IList<Gap1D>, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanMultipleRidges(ScanMapState, Image, Path, Int32, InterpolationMethod, RidgeScanParams, Single, IList<Ridge1D>, IList<Gap1D>, NullableRef<Path>, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanMultipleRidges(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, RidgeScanParams, Single, Nullable<Single>, Nullable<LocalBlindness>, IList<Ridge1D>, IList<Gap1D>, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanMultipleRidges(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, RidgeScanParams, Single, Nullable<Single>, Nullable<LocalBlindness>, IList<Ridge1D>, IList<Gap1D>, Path, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanMultipleRidges(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, RidgeScanParams, Single, Nullable<Single>, Nullable<LocalBlindness>, IList<Ridge1D>, IList<Gap1D>, NullableRef<Path>, Profile, Profile, IList<Path>, Single)