Class QrCodeCodeWordLocations

java.lang.Object
org.ejml.data.BMatrixRMaj
boofcv.alg.fiducial.qrcode.QrCodeCodeWordLocations
All Implemented Interfaces:
Serializable, Matrix, ReshapeMatrix

public class QrCodeCodeWordLocations extends BMatrixRMaj
Pre-computes which pixels in a QR code or Micro QR code are data bits or not. (0,0) is top left corner of QR code. +x are columns and +y are rows. This is needed because there is no simple equation which says what modules encode data and which ones do it.
See Also: