You are here: Start » FIL.NET » FIS.FisFilter_ScanSingleRidge Method
FIS.FisFilter_ScanSingleRidge Method
Locates the strongest dark or bright pixel peak along a given path.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void FisFilter_ScanSingleRidge ( FilNet.ScanMapState ioState, FilNet.Image inImage, FilNet.Path inScanPath, int inScanWidth, FilNet.InterpolationMethod inImageInterpolation, FilNet.RidgeScanParams inRidgeScanParams, FilNet.Selection inRidgeSelection, out FilNet.Ridge1D? outRidge, NullableRef<FilNet.Path> outAlignedScanPath, FilNet.Profile diagBrightnessProfile, FilNet.Profile diagResponseProfile, IList<FilNet.Path> diagSamplingPoints, out float diagSamplingStep )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
ioState | FilNet.ScanMapState | ||||
![]() | inImage | FilNet.Image | Input image. | ||
![]() | 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. |
![]() | 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 ). | |
![]() | inRidgeSelection | FilNet.Selection | Selection mode of the resulting ridge. | ||
![]() | outRidge | FilNet.Ridge1D? | Found ridge. | ||
![]() | 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. | ||
![]() | diagBrightnessProfile | FilNet.Profile | Extracted image 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. | ||
![]() | diagSamplingStep | float | Used distance between consecutive sampling points on the scan path. |
Function Overrides
- FisFilter_ScanSingleRidge(ScanMapState, Image, Path, Int32, InterpolationMethod, RidgeScanParams, Selection, Nullable<Ridge1D>)
- FisFilter_ScanSingleRidge(ScanMapState, Image, Path, Int32, InterpolationMethod, RidgeScanParams, Selection, Nullable<Ridge1D>, NullableRef<Path>)
- FisFilter_ScanSingleRidge(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, RidgeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Ridge1D>)
- FisFilter_ScanSingleRidge(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, RidgeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Ridge1D>, NullableRef<Path>)
- FisFilter_ScanSingleRidge(ScanMapState, Image, Path, Int32, InterpolationMethod, RidgeScanParams, Selection, Nullable<Ridge1D>, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanSingleRidge(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, RidgeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Ridge1D>, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanSingleRidge(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, RidgeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Ridge1D>, Path, Profile, Profile, IList<Path>, Single)
- FisFilter_ScanSingleRidge(ScanMapState, Image, Path, Nullable<CoordinateSystem2D>, Int32, InterpolationMethod, RidgeScanParams, Selection, Nullable<LocalBlindness>, Nullable<Ridge1D>, NullableRef<Path>, Profile, Profile, IList<Path>, Single)