TDataMask.unmaskBitMatrix Method

Implementations of this method reverse the data masking process applied to a QR Code and make its bits ready to read.

Unit: ZXing.QrCode.Internal.DataMask
procedure unmaskBitMatrix(const bits: TBitMatrix; const dimension: Integer)

Parameters

bits
Type: ZXing.Common.BitMatrix.TBitMatrix

representation of QR Code bits

dimension
Type: System.Integer

dimension of QR Code, represented by bits, being unmasked