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

Barcodes

Icon Name Description / Applications Modules
DecodeBarcode

Translates an array of bar widths to sequence of digits or text in accordance to the selected barcode standard.


Decoding of barcodes whose bars have been measured in a non-standard way.

Barcodes
DetectMultipleBarcodes

Determines the positions of multiple barcodes on the input image.


Detection of barcodes, but without actual recognition. Usually followed by a RecognizeBarcode filter.

Barcodes
DetectSingleBarcode

Determines the position of a single barcode on the input image.


Detection of a barcode, but without actual recognition. Usually followed by a RecognizeBarcode filter.

Barcodes
ReadMultipleBarcodes

Detects and recognizes multiple barcodes on the input image.


To be used as an easy all-in-one solution for typical barcode reading applications.

Barcodes
ReadSingleBarcode

Detects and recognizes a single barcode on the input image.


To be used as an easy all-in-one solution for typical barcode reading applications.

Barcodes
RecognizeBarcode

Extracts information from a barcode located on the input image at a given position.


Most often used after a barcode detection filter.

Barcodes