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,
	AvlNet.LocalBlindness? inLocalBlindness,
	INullable<AvlNet.Stripe1D> outStripe,
	NullableRef<AvlNet.Profile> outBrightnessProfile,
	NullableRef<AvlNet.Profile> outResponseProfile
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inScanMapAvlNet.ScanMapData precomputed with CreateScanMap.
inStripeScanParamsAvlNet.StripeScanParamsStripeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f MaxInnerEdgeMagnitude: Nil StripePolarity: Dark MinStripeWidth: 0.0f MaxStripeWidth: Nil )Parameters controlling the stripe extraction process. Default value: StripeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f MaxInnerEdgeMagnitude: Nil StripePolarity: Dark MinStripeWidth: 0.0f MaxStripeWidth: Nil ).
inStripeSelectionAvlNet.Selectionavl::Selection::BestSelection mode of the resulting stripe. Default value: avl::Selection::Best.
inLocalBlindnessAvlNet.LocalBlindness?Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: atl::NIL.
outStripeAvlNet.INullable<AvlNet.Stripe1D>Found stripe. This parameter cannot be null.
outBrightnessProfileAvlNet.NullableRef<AvlNet.Profile>Extracted image profile. Can be null to skip this parameter calculation.
outResponseProfileAvlNet.NullableRef<AvlNet.Profile>Profile of the edge (derivative) operator response. Can be null to skip this parameter calculation.

Function Overrides

See also