Package boofcv.alg.fiducial.qrcode
Class QrCodeCodeWordLocations
java.lang.Object
org.ejml.data.BMatrixRMaj
boofcv.alg.fiducial.qrcode.QrCodeCodeWordLocations
- All Implemented Interfaces:
Serializable
,Matrix
,ReshapeMatrix
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:
-
Field Summary
Fields inherited from class org.ejml.data.BMatrixRMaj
data, numCols, numRows
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns number of data bits available.static QrCodeCodeWordLocations
microqr
(int version) static QrCodeCodeWordLocations
qrcode
(int version) Methods inherited from class org.ejml.data.BMatrixRMaj
copy, create, createLike, fill, get, get, getIndex, getNumCols, getNumElements, getNumRows, getType, isInBounds, print, print, reshape, set, setTo, sum, unsafe_get, unsafe_set, zero
-
Field Details
-
bits
-
-
Method Details
-
qrcode
-
microqr
-
getTotalDataBits
public int getTotalDataBits()Returns number of data bits available.
-