You are here: Start » AVL.NET » AVL.ScanMultipleRidges(AvlNet.Image, AvlNet.ScanMap, AvlNet.RidgeScanParams, float, AvlNet.Ridge1D[], AvlNet.Gap1D[])

AVL.ScanMultipleRidges(AvlNet.Image, AvlNet.ScanMap, AvlNet.RidgeScanParams, float, AvlNet.Ridge1D[], AvlNet.Gap1D[])

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ScanMultipleRidges(
	AvlNet.Image inImage,
	AvlNet.ScanMap inScanMap,
	AvlNet.RidgeScanParams inRidgeScanParams,
	float inMinDistance,
	out AvlNet.Ridge1D[] outRidges,
	out AvlNet.Gap1D[] outGaps
)

Parameters

inImage
Type: AvlNet.Image
Input image
inScanMap
Type: AvlNet.ScanMap
Data precomputed with CreateScanMap
inRidgeScanParams
Type: AvlNet.RidgeScanParams
Parameters controlling the ridge extraction process
inMinDistance
Type: System.Single
Minimal distance between consecutive ridges
outRidges
Type: AvlNet.Ridge1D
Found ridges
outGaps
Type: AvlNet.Gap1D
Gaps between consecutive ridges

See also