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

AVS.ProfileStripes Method

Finds pairs of opposite (raising and falling) edges in the input profile.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ProfileStripes
(
	AvlNet.Profile inProfile,
	AvlNet.Range? inRange,
	bool inCyclic,
	AvlNet.StripeScanParams inStripeScanParams,
	float inMinGapWidth,
	float? inMaxGapWidth,
	AvlNet.LocalBlindness? inLocalBlindness,
	IList<AvlNet.ProfileStripe> outStripes
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
inRangeAvlNet.Range?
inCyclicbool
inStripeScanParamsAvlNet.StripeScanParamsStripeScanParams ( ProfileInterpolation: Quadratic4 SmoothingStdDev: 0.6f MinMagnitude: 5.0f MaxInnerEdgeMagnitude: Nil StripePolarity: Bright 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: Bright MinStripeWidth: 0.0f MaxStripeWidth: Nil ).
inMinGapWidthfloat<0.0f, INF>0.0fMinimal distance between consecutive stripes. Default value: 0.0f.
inMaxGapWidthfloat?<0.0f, INF>Maximal distance between consecutive stripes. Default value: atl::NIL.
inLocalBlindnessAvlNet.LocalBlindness?Defines conditions in which weaker edges can be detected in the vicinity of stronger edges. Default value: atl::NIL.
outStripesSystem.Collections.Generic.IList<AvlNet.ProfileStripe>Found stripes.

Function Overrides

See also