Back to FabImage Studio website
You are here: Start » Filter Reference » Datacodes » DetectDataMatrices_Deprecated
Finds candidates for Data Matrix codes in the input image.
Name | Type | Description | |
---|---|---|---|
![]() |
inImage | Image | Input image |
![]() |
inRoi | Region* | Range of pixels to be processed |
![]() |
inAllowRectangular | Bool | Enables detecting rectangular Data Matrices |
![]() |
outDataMatrixPositions | Rectangle2DArray | Array of possible positions of Data Matrices |
Applications
Usually followed by a RecognizeDataMatrix filter.
Description
Supported code types: ECC 200 and ECC 000-140.
Around datamatrix must be quiet zone. The minimum quiet zone is equal to the width of a module on all four sides. For applications with moderate to excessive reflected noise in close proximity to the symbol, a quiet zone of 2 to 4 module widths is recommended.
Examples
![]() DataMatrices detection. |
Complexity Level
This filter is available on Advanced Complexity Level.
See Also
- 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.