TQRDecoder Class

The main class which implements QR Code decoding -- as opposed to locating and extracting the QR Code from an image.

Unit: ZXing.QrCode.Internal.Decoder
System.TObject
  ZXing.QrCode.Internal.Decoder.TQRDecoder
type TQRDecoder = class(TObject)

The TQRDecoder type exposes the following members.

Show:
 NameDescription
Create

Initializes a new instance of the class.

Destroy

Top
Show:
 NameDescription
decode
Overloaded.

Decodes a QR Code represented as a {@link BitMatrix}. A 1 or "true" is taken to mean a black module.

decode
Overloaded.

Convenience method that can decode a QR Code represented as a 2D array of booleans. "true" is taken to mean a black module.

Top