You are here: Start » AVL.NET » AVS.AvsFilter_ScanMultipleRidges Method

AVS.AvsFilter_ScanMultipleRidges Method

Locates multiple dark or bright pixel peaks along a given path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_ScanMultipleRidges
(
	AvlNet.ScanMapState ioState,
	AvlNet.Image inImage,
	AvlNet.Path inScanPath,
	int inScanWidth,
	AvlNet.InterpolationMethod inImageInterpolation,
	AvlNet.RidgeScanParams inRidgeScanParams,
	float inMinDistance,
	IList<AvlNet.Ridge1D> outRidges,
	IList<AvlNet.Gap1D> outGaps
)

Parameters

Name Type Range Default Description
ioStateAvlNet.ScanMapState
inImageAvlNet.ImageInput image to be measured.
inScanPathAvlNet.PathPath along which the scan is performed.
inScanWidthint<1, INF>5Width of the scan field in pixels. Default value: 5.
inImageInterpolationAvlNet.InterpolationMethodBilinearInterpolation method used in extraction of image pixel values. Default value: Bilinear.
inRidgeScanParamsAvlNet.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 ).
inMinDistancefloat<0.0f, INF>0.0fMinimal distance between consecutive ridges. Default value: 0.0f.
outRidgesSystem.Collections.Generic.IList<AvlNet.Ridge1D>Found ridges.
outGapsSystem.Collections.Generic.IList<AvlNet.Gap1D>Gaps between consecutive ridges.

Function Overrides

See also