TDataMatrixReader Class
Definition
This implementation can detect and decode Data Matrix codes in an image.
Delphi
type TDataMatrixReader = class(TInterfacedObject)
- Inheritance
-
TInterfacedObjectTDataMatrixReader
- Implements
Constructors
Methods
| decode(TBinaryBitmap) |
This implementation can detect and decode Data Matrix codes in an image. |
| decode(TBinaryBitmap, TDictionary<TDecodeHintType,TObject>) | |
| extractPureBits(TBitMatrix) |
This method detects a code in a "pure" image -- that is, pure monochrome image which contains only an unrotated, unskewed, image of a code, with some white border around it. This is a specialized method that works exceptionally fast in this special case. |
| moduleSize(TArray<Integer>, TBitMatrix, Integer) | |
| reset |