Back to FabImage Studio website

You are here: Start » Filter Reference » Computer Vision » Barcodes » DecodeBarcode_Deprecated

DecodeBarcode_Deprecated


Module: Barcodes

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

Applications

Decoding of barcodes whose bars have been measured in a non-standard way.
Name Type Description
Input value inBarWidths RealArray Widths of the barcode bars (starting with width of the black bar)
Input value inBarcodeFormat BarcodeFormat* Format of the barcode
Output value outDecodedText String? Decoded barcode text or nothing if decoding failed
Output value outBarcodeFormat BarcodeFormat? Decoded barcode format or nothing if decoding failed

Complexity Level

This filter is available on Expert Complexity Level.