TDataMask.unmaskBitMatrix Method
Definition
Implementations of this method reverse the data masking process applied to a QR Code and make its bits ready to read.
Delphi
procedure unmaskBitMatrix(const bits: TBitMatrix; const dimension: Integer)
Parameters
- bits
- TBitMatrix
representation of QR Code bits
- dimension
- Integer
dimension of QR Code, represented by bits, being unmasked