Back to FabImage Studio website
You are here: Start » Filter Reference » Datacodes » DecodeDataMatrix
Translates a matrix of 0 or 1 values to a text in accordance to how DataMatrix codes are encoded.
Name | Type | Description | |
---|---|---|---|
![]() |
inMatrixValues | Matrix | Matrix of binary values |
![]() |
outText | String? | Decoded text or nothing if decoding failed |
![]() |
outType | DataMatrixType? | DataMatrix code type |
Applications
Decoding of data matrix codes whose black and white segments have been determined in a non-standard way.
Description
Supported code types: ECC 200 and ECC 000-140.
Complexity Level
This filter is available on Expert Complexity Level.
See Also
- DetectDataMatrices_Deprecated – Finds candidates for Data Matrix codes in the input image.
- DetectMultipleBarcodes – Determines the positions of multiple barcodes on the input image.
- DetectSingleBarcode – Determines the position of a single barcode on the input image.
- ReadMultipleDataMatrices_Deprecated – Detects and recognizes multiple Data Matrix codes.
- ReadSingleDataMatrix_Deprecated – Detects and recognizes a single Data Matrix code.
- ReadSingleQRCode – Detects and recognizes a single QR code on the input image.
- RecognizeBarcode – Extracts information from a barcode located on the input image at a given position.
- RecognizeMultipleDataMatrices_Deprecated – Extracts information from multiple Data Matrix codes located at the specified positions.
- RecognizeSingleDataMatrix_Deprecated – Extracts information from the first correct Data Matrix code from among the specified positions.