You are here: Start » FIL.NET » FIS.FisFilter_ScanExactlyNRidges Method

FIS.FisFilter_ScanExactlyNRidges Method

Locates a specified number of the strongest dark or bright pixel peak along a given path.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void FisFilter_ScanExactlyNRidges
(
	FilNet.ScanMapState ioState,
	FilNet.Image inImage,
	FilNet.Path inScanPath,
	int inScanWidth,
	FilNet.InterpolationMethod inImageInterpolation,
	FilNet.RidgeScanParams inRidgeScanParams,
	int inRidgeCount,
	FilNet.Selection inRidgeSelection,
	float inMinDistance,
	INullable<List<FilNet.Ridge1D>> outRidges,
	INullable<List<FilNet.Gap1D>> outGaps,
	FilNet.Profile diagBrightnessProfile,
	FilNet.Profile diagResponseProfile,
	IList<FilNet.Path> diagSamplingPoints,
	out float diagSamplingStep
)

Parameters

Name Type Range Default Description
ioStateFilNet.ScanMapState
inImageFilNet.ImageInput image to be measured.
inScanPathFilNet.PathPath along which the scan is performed.
inScanWidthint<1, INF>5Width of the scan field in pixels. Default value: 5.
inImageInterpolationFilNet.InterpolationMethodBilinearInterpolation method used in extraction of image pixel values. Default value: Bilinear.
inRidgeScanParamsFilNet.RidgeScanParamsRidgeScanParams ( 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 ).
inRidgeCountint<0, INF>1Number of ridges to be found. Default value: 1.
inRidgeSelectionFilNet.SelectionSelection mode of the resulting ridges.
inMinDistancefloat<0.0f, INF>0.0fMinimal distance between consecutive ridges. Default value: 0.0f.
outRidgesFilNet.INullable<System.Collections.Generic.List<FilNet.Ridge1D>>Found ridges. This parameter cannot be null.
outGapsFilNet.INullable<System.Collections.Generic.List<FilNet.Gap1D>>Gaps between consecutive edges. This parameter cannot be null.
diagBrightnessProfileFilNet.ProfileExtracted image profile.
diagResponseProfileFilNet.ProfileProfile of the ridge operator response.
diagSamplingPointsSystem.Collections.Generic.IList<FilNet.Path>Array of paths each one containing the sampling points that contributed to a single value of the extracted profile.
diagSamplingStepfloatUsed distance between consecutive sampling points on the scan path.

Function Overrides

See also