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

PDF417DetectionParams Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Specifies how PDF417 codes are being detected.

Constructors

 ConstructorDescription
PDF417DetectionParams(Single, Single, Int32, Int32, Single, Single)
PDF417DetectionParams()

Properties

 NameTypeDescription
ContrastHysteresisSystem.SingleA value dynamically subtracted from ContrastThreshold to improve local segmentation
ContrastThresholdSystem.SingleGuaranteed gray level difference between dark and bright modules
DetectionScanCountSystem.Int32Number of scan lines used for detecting the code
MinEdgeMagnitudeSystem.SingleMinimum acceptable edge strength
ScanWidthSystem.Int32Width of the single scan
SmoothingStdDevSystem.SingleParameter for gaussian smoothing used during scanning

Methods

 NameDescription
Equals(object)Inherited from System.Object
Equals(AvlNet.PDF417DetectionParams)
Equals(AvlNet.PDF417DetectionParams, AvlNet.PDF417DetectionParams)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also