You are here: Start » AVL.NET » StripeScanParams Structure
StripeScanParams Structure
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.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| StripeScanParams(ProfileInterpolationMethod, Single, Single, Nullable<Single>, Polarity, Single, Nullable<Single>) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| MaxInnerEdgeMagnitude | System.Nullable<System.Single> | Maximum strength of edges appearing between the two ends of a stripe | |
| MaxStripeWidth | System.Nullable<System.Single> | Maximum acceptable stripe width in pixels | |
| MinMagnitude | System.Single | Minimum acceptable edge strength | |
| MinStripeWidth | System.Single | Minimum acceptable stripe width in pixels | |
| ProfileInterpolation | AvlNet.ProfileInterpolationMethod | Selects the method of sub-pixel precise edge detection | |
| SmoothingStdDev | System.Single | Parameter for gaussian smoothing of the brightness profile | |
| StripePolarity | AvlNet.Polarity | Specifies the type of stripes to be detected (Bright, Dark or Any) |
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
