Uses of Enum Class
boofcv.alg.fiducial.microqr.MicroQrCode.ErrorLevel
Packages that use MicroQrCode.ErrorLevel
-
Uses of MicroQrCode.ErrorLevel in boofcv.alg.fiducial.microqr
Fields in boofcv.alg.fiducial.microqr declared as MicroQrCode.ErrorLevelFields in boofcv.alg.fiducial.microqr with type parameters of type MicroQrCode.ErrorLevelMethods in boofcv.alg.fiducial.microqr that return MicroQrCode.ErrorLevelModifier and TypeMethodDescriptionstatic MicroQrCode.ErrorLevel[]MicroQrCode.allowedErrorCorrection(int version) Returns which error correction is allowed at a version.static MicroQrCode.ErrorLevelstatic MicroQrCode.ErrorLevelReturns the enum constant of this class with the specified name.static MicroQrCode.ErrorLevel[]MicroQrCode.ErrorLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in boofcv.alg.fiducial.microqr with parameters of type MicroQrCode.ErrorLevelModifier and TypeMethodDescriptionvoidMicroQrCode.VersionInfo.add(MicroQrCode.ErrorLevel level, int dataCodewords) booleanMicroQrCode.VersionInfo.isErrorSupported(MicroQrCode.ErrorLevel level) Returns true if you can use this level of error correction for this versionMicroQrCode.VersionInfo.levels(MicroQrCode.ErrorLevel level) static intMicroQrCode.maxDataBits(int version, MicroQrCode.ErrorLevel level) Returns number of data bits which can be encodedMicroQrCodeEncoder.setError(MicroQrCode.ErrorLevel level)