You are here: Start » FIL.NET » PDF417DetectionParams Class
PDF417DetectionParams Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
Specifies how PDF417 codes are being detected.
Constructors
Constructor | Description | |
---|---|---|
![]() | PDF417DetectionParams(Single, Single, Int32, Int32, Single, Single) | |
![]() | PDF417DetectionParams() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | ContrastHysteresis | System.Single | A value dynamically subtracted from ContrastThreshold to improve local segmentation |
![]() | ContrastThreshold | System.Single | Guaranteed gray level difference between dark and bright modules |
![]() | DetectionScanCount | System.Int32 | Number of scan lines used for detecting the code |
![]() | MinEdgeMagnitude | System.Single | Minimum acceptable edge strength |
![]() | ScanWidth | System.Int32 | Width of the single scan |
![]() | SmoothingStdDev | System.Single | Parameter for gaussian smoothing used during scanning |
Methods
Name | Description | |
---|---|---|
![]() | Equals(object) | Inherited from System.Object |
![]() | Equals(FilNet.PDF417DetectionParams) | |
![]() ![]() | Equals(FilNet.PDF417DetectionParams, FilNet.PDF417DetectionParams) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |