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

AVS.ScanSingleStripe Method

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,
	INullable<AvlNet.Stripe1D> outStripe,
	AvlNet.Profile diagBrightnessProfile,
	AvlNet.Profile diagResponseProfile
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inScanMapAvlNet.ScanMapData precomputed with CreateScanMap.
inStripeScanParamsAvlNet.StripeScanParamsParameters controlling the stripe extraction process.
inStripeSelectionAvlNet.Selectionavl::Selection::BestSelection mode of the resulting stripe. Default value: avl::Selection::Best.
outStripeAvlNet.INullable<AvlNet.Stripe1D>Found stripe. This parameter cannot be null.
diagBrightnessProfileAvlNet.ProfileExtracted image profile.
diagResponseProfileAvlNet.ProfileProfile of the edge (derivative) operator response.

Function Overrides

See also