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

AVS.ScanMultipleStripes Method

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,
	IList<AvlNet.Stripe1D> outStripes,
	IList<AvlNet.Gap1D> outGaps
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inScanMapAvlNet.ScanMapData precomputed with CreateScanMap.
inStripeScanParamsAvlNet.StripeScanParamsParameters controlling the stripe extraction process.
inMinGapWidthfloat<0.0f, INF>0.0fMinimal distance between consecutive stripes. Default value: 0.0f.
outStripesSystem.Collections.Generic.IList<AvlNet.Stripe1D>Found stripes.
outGapsSystem.Collections.Generic.IList<AvlNet.Gap1D>Distances between consecutive stripes.

Function Overrides

See also