You are here: Start » AVL.NET » AVL.ScanMultipleStripes(AvlNet.Image, AvlNet.ScanMap, AvlNet.StripeScanParams, float, AvlNet.Stripe1D[], AvlNet.Gap1D[])

AVL.ScanMultipleStripes(AvlNet.Image, AvlNet.ScanMap, AvlNet.StripeScanParams, float, AvlNet.Stripe1D[], AvlNet.Gap1D[])

Locates multiple pairs of edges across a given path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ScanMultipleStripes(
	AvlNet.Image inImage,
	AvlNet.ScanMap inScanMap,
	AvlNet.StripeScanParams inStripeScanParams,
	float inMinGapWidth,
	out AvlNet.Stripe1D[] outStripes,
	out AvlNet.Gap1D[] outGaps
)

Parameters

inImage
Type: AvlNet.Image
Input image
inScanMap
Type: AvlNet.ScanMap
Data precomputed with CreateScanMap
inStripeScanParams
Type: AvlNet.StripeScanParams
Parameters controlling the stripe extraction process
inMinGapWidth
Type: System.Single
Minimal distance between consecutive stripes
outStripes
Type: AvlNet.Stripe1D
Found stripes
outGaps
Type: AvlNet.Gap1D
Distances between consecutive stripes

See also