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

AVL.ScanExactlyNRidges(AvlNet.Image, AvlNet.ScanMap, AvlNet.RidgeScanParams, int, AvlNet.Selection, float, AvlNet.Ridge1D[], AvlNet.Gap1D[])

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ScanExactlyNRidges(
	AvlNet.Image inImage,
	AvlNet.ScanMap inScanMap,
	AvlNet.RidgeScanParams inRidgeScanParams,
	int inRidgeCount,
	AvlNet.Selection inRidgeSelection,
	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
inRidgeCount
Type: System.Int32
Number of ridges to be found
inRidgeSelection
Type: AvlNet.Selection
Selection mode of the resulting ridges
inMinDistance
Type: System.Single
Minimal distance between consecutive ridges
outRidges
Type: AvlNet.Ridge1D
Found ridges
outGaps
Type: AvlNet.Gap1D
Gaps between consecutive edges

See also