Uses of Enum Class
boofcv.alg.fiducial.microqr.MicroQrCode.ErrorLevel
-
Uses of MicroQrCode.ErrorLevel in boofcv.alg.fiducial.microqr
Modifier and TypeMethodDescriptionstatic MicroQrCode.ErrorLevel[]
MicroQrCode.allowedErrorCorrection
(int version) Returns which error correction is allowed at a version.static MicroQrCode.ErrorLevel
static MicroQrCode.ErrorLevel
Returns 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.Modifier and TypeMethodDescriptionvoid
MicroQrCode.VersionInfo.add
(MicroQrCode.ErrorLevel level, int dataCodewords) boolean
MicroQrCode.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 int
MicroQrCode.maxDataBits
(int version, MicroQrCode.ErrorLevel level) Returns number of data bits which can be encodedMicroQrCodeEncoder.setError
(MicroQrCode.ErrorLevel level)