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

AVS.AvsFilter_ScanSingleRidge Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_ScanSingleRidge
(
	AvlNet.ScanMapState ioState,
	AvlNet.Image inImage,
	AvlNet.Path inScanPath,
	int inScanWidth,
	AvlNet.InterpolationMethod inImageInterpolation,
	AvlNet.RidgeScanParams inRidgeScanParams,
	AvlNet.Selection inRidgeSelection,
	out AvlNet.Ridge1D? outRidge,
	NullableRef<AvlNet.Path> outAlignedScanPath
)

Parameters

Name Type Range Default Description
ioStateAvlNet.ScanMapState
inImageAvlNet.ImageInput image.
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 ).
inRidgeSelectionAvlNet.SelectionSelection mode of the resulting ridge.
outRidgeAvlNet.Ridge1D?Found ridge.
outAlignedScanPathAvlNet.NullableRef<AvlNet.Path>Path along which the scan is performed; in the image coordinate system. Can be null to skip this parameter calculation.

Function Overrides

See also