You are here: Start » Function Reference » Computer Vision » Barcodes

Barcodes

Icon Name Description / Applications Modules
DecodeBarcode 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
ReadMultipleBarcodes 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 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 RecognizeBarcode

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


Most often used after a barcode detection filter.

Barcodes