You are here: Start » AVL.NET » StripeScanParams Constructor

StripeScanParams Constructor

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Syntax

public StripeScanParams
(
	AvlNet.ProfileInterpolationMethod profileInterpolation,
	float smoothingStdDev,
	float minMagnitude,
	float? maxInnerEdgeMagnitude,
	AvlNet.Polarity stripePolarity,
	float minStripeWidth,
	float? maxStripeWidth
)

Parameters

Name Type Range Default Description
profileInterpolationAvlNet.ProfileInterpolationMethod
smoothingStdDevfloat
minMagnitudefloat
maxInnerEdgeMagnitudefloat?
stripePolarityAvlNet.Polarity
minStripeWidthfloat
maxStripeWidthfloat?

See also