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

StripeScanParams Class

This structure contains parameters of stripe scanning process. Instance of this structure should be customized and passed as a parameter to stripe scanning related functions.

Namespace:AvlNet
Assembly:AVL.NET.dll

Constructors

StripeScanParams(ProfileInterpolationMethod, Single, Single, Nullable<Single>, Polarity, Single, Nullable<Single>)
StripeScanParams()

Properties

 TypeNameDescription
System.Nullable<System.Single>MaxInnerEdgeMagnitude
System.Nullable<System.Single>MaxStripeWidth
System.SingleMinMagnitude
System.SingleMinStripeWidth
AvlNet.ProfileInterpolationMethodProfileInterpolation
System.SingleSmoothingStdDev
AvlNet.PolarityStripePolarity

Methods

 NameDescription
Equals(object)Inherited from System.Object
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

See also