You are here: Start » FIL.NET » StripeScanParams Class
StripeScanParams Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.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
Constructor | Description | |
---|---|---|
![]() | StripeScanParams(ProfileInterpolationMethod, Single, Single, Nullable<Single>, Polarity, Single, Nullable<Single>) | |
![]() | StripeScanParams() |
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 | FilNet.ProfileInterpolationMethod | Selects the method of sub-pixel precise edge detection |
![]() | SmoothingStdDev | System.Single | Parameter for gaussian smoothing of the brightness profile |
![]() | StripePolarity | FilNet.Polarity | Specifies the type of stripes to be detected (Bright, Dark or Any) |
Methods
Name | Description | |
---|---|---|
![]() | Equals(object) | Inherited from System.Object |
![]() | Equals(FilNet.StripeScanParams) | |
![]() ![]() | Equals(FilNet.StripeScanParams, FilNet.StripeScanParams) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |