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

PDF417DetectionParams Structure

Specifies how PDF417 codes are being detected.

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

Constructors

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

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
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
ToString()Inherited from System.Object

Remarks

See also