You are here: Start » AVL.NET » AVL.ScanSingleStripe(AvlNet.Image, AvlNet.ScanMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness, AvlNet.Stripe1D?)

AVL.ScanSingleStripe(AvlNet.Image, AvlNet.ScanMap, AvlNet.StripeScanParams, AvlNet.Selection, AvlNet.LocalBlindness, AvlNet.Stripe1D?)

Locates the strongest pair of edges across a given path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ScanSingleStripe(
	AvlNet.Image inImage,
	AvlNet.ScanMap inScanMap,
	AvlNet.StripeScanParams inStripeScanParams,
	AvlNet.Selection inStripeSelection,
	AvlNet.LocalBlindness inLocalBlindness,
	out AvlNet.Stripe1D? outStripe
)

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
inStripeSelection
Type: AvlNet.Selection
Selection mode of the resulting stripe
inLocalBlindness
Type: AvlNet.LocalBlindness
Defines conditions in which weaker edges can be detected in the vicinity of stronger edges, or null.
outStripe
Type: System.Nullable<AvlNet.Stripe1D>
Found stripe

See also