Start » Filter Reference » Computer Vision » Barcodes » 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 | |
---|---|---|---|
inBarWidths | RealArray | Widths of the barcode bars (starting with width of the black bar) | |
inBarcodeFormat | BarcodeFormat* | Format of the barcode | |
outDecodedText | String? | Decoded barcode text or nothing if decoding failed | |
outBarcodeFormat | BarcodeFormat? | Decoded barcode format or nothing if decoding failed |
Complexity Level
This filter is available on Expert Complexity Level.