You are here: Start » AVL.NET » Function Reference » Computer Vision » Datacodes

Datacodes

Icon Name Description / Applications Modules
DecodeDataMatrix

Translates an image of 0 or 255 values to a text in accordance to how DataMatrix codes are encoded.


Decoding of data matrix codes whose black and white segments have been determined in a non-standard way.

Datacodes
DecodeQRCode

Translates a matrix of 0 or 1 values to a text in accordance to how QR codes are encoded.


Decoding of QR codes whose black and white segments have been determined in a non-standard way.

Datacodes
GenerateDatamatrixCode

Generates datamatrix code

Datacodes
ReadMultipleCodes_IK

Reads multiple codes in the input image.


An older, but the most comprehensive Zebra tool for reading all types of codes.

Datacodes
ReadMultipleCodes_IK_Binary

Reads multiple codes in the input image; returns binary data.


Use this tool when you need access to the raw barcode content.

Datacodes
ReadMultipleCodes_Z

Reads multiple 1D barcodes and PDF417 codes.


High-speed barcode reading with simple configuration.

Datacodes
ReadMultipleDataCodes

Reads multiple data codes (1D and 2D).


The main tool for reading both linear and matrix codes (Data Matrix, QR Code), including DPM.

Datacodes
ReadSingleCode_IK

Reads a single code in the input image.


An older, but the most comprehensive Zebra tool for reading all types of codes.

Datacodes
ReadSingleCode_IK_Binary

Reads a single code in the input image; returns binary data.


Use this tool when you need access to the raw barcode content.

Datacodes
ReadSingleCode_Z

Reads a single 1D barcode or a PDF417 code.


High-speed barcode reading with simple configuration.

Datacodes
ReadSingleDataCode

Reads a single data code (1D or 2D) in the input image.


The main tool for reading both linear and matrix codes (Data Matrix, QR Code), including DPM.

Datacodes