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

StripeScanParams Constructor

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Syntax

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

Parameters

Name Type Range Default Description
profileInterpolationFilNet.ProfileInterpolationMethod
smoothingStdDevfloat
minMagnitudefloat
maxInnerEdgeMagnitudefloat?
stripePolarityFilNet.Polarity
minStripeWidthfloat
maxStripeWidthfloat?

See also