Uses of Enum Class
boofcv.alg.fiducial.qrcode.QrCode.ErrorLevel
-
Uses of QrCode.ErrorLevel in boofcv.alg.fiducial.qrcode
Modifier and TypeFieldDescriptionfinal Map<QrCode.ErrorLevel,
QrCode.BlockInfo> QrCode.VersionInfo.levels
Modifier and TypeMethodDescriptionstatic QrCode.ErrorLevel
QrCode.ErrorLevel.lookup
(int value) static QrCode.ErrorLevel
static QrCode.ErrorLevel
Returns the enum constant of this class with the specified name.static QrCode.ErrorLevel[]
QrCode.ErrorLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
QrCode.VersionInfo.add
(QrCode.ErrorLevel level, int codeWords, int dataCodewords, int eccBlocks) static int
QrCodePolynomialMath.encodeFormatBits
(QrCode.ErrorLevel level, int mask) Encodes the format bits.QrCodeEncoder.setError
(QrCode.ErrorLevel level) int
QrCode.VersionInfo.totalDataBytes
(QrCode.ErrorLevel error) Returns the total number of bytes in the data area that can be stored in at this version and error correction level.