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
| Type | Name | Description | |
|---|---|---|---|
| System.Nullable<System.Single> | MaxInnerEdgeMagnitude | ||
| System.Nullable<System.Single> | MaxStripeWidth | ||
| System.Single | MinMagnitude | ||
| System.Single | MinStripeWidth | ||
| AvlNet.ProfileInterpolationMethod | ProfileInterpolation | ||
| System.Single | SmoothingStdDev | ||
| AvlNet.Polarity | StripePolarity |
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
