Uses of Enum Class
boofcv.alg.fiducial.qrcode.QrCode.ErrorLevel
Packages that use QrCode.ErrorLevel
-
Uses of QrCode.ErrorLevel in boofcv.alg.fiducial.qrcode
Fields in boofcv.alg.fiducial.qrcode declared as QrCode.ErrorLevelFields in boofcv.alg.fiducial.qrcode with type parameters of type QrCode.ErrorLevelModifier and TypeFieldDescriptionfinal Map<QrCode.ErrorLevel,QrCode.BlockInfo> QrCode.VersionInfo.levelsMethods in boofcv.alg.fiducial.qrcode that return QrCode.ErrorLevelModifier and TypeMethodDescriptionstatic QrCode.ErrorLevelQrCode.ErrorLevel.lookup(int value) static QrCode.ErrorLevelstatic QrCode.ErrorLevelReturns 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.Methods in boofcv.alg.fiducial.qrcode with parameters of type QrCode.ErrorLevelModifier and TypeMethodDescriptionvoidQrCode.VersionInfo.add(QrCode.ErrorLevel level, int codeWords, int dataCodewords, int eccBlocks) static intQrCodePolynomialMath.encodeFormatBits(QrCode.ErrorLevel level, int mask) Encodes the format bits.QrCodeEncoder.setError(QrCode.ErrorLevel level) intQrCode.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.