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

StripeScanParams Class

Namespace:Avl
Assembly:AvlNet.Types.dll

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.

Constructors

 ConstructorDescription
StripeScanParams()
StripeScanParams(ProfileInterpolationMethod, Single, Single, Optional<Single>, Polarity, Single, Optional<Single>)

Properties

 NameTypeDescription
IsDisposedSystem.BooleanInherited from Avl.UnmanagedObject
IsViewSystem.BooleanInherited from Avl.UnmanagedObject
MaxInnerEdgeMagnitudeAtl.Optional<System.Single>
MaxStripeWidthAtl.Optional<System.Single>
MinMagnitudeSystem.Single
MinStripeWidthSystem.Single
ProfileInterpolationAvl.ProfileInterpolationMethod
SmoothingStdDevSystem.Single
StripePolarityAvl.Polarity

Methods

 NameDescription
CopyTo(Avl.StripeScanParams)
Dispose()Inherited from Avl.UnmanagedObject
Equals(object)Inherited from System.Object
Equals(Avl.StripeScanParams)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
MoveTo(Avl.StripeScanParams)
ToString()Inherited from System.Object

Remarks

See also