Uses of Enum Class
boofcv.alg.fiducial.qrcode.QrCode.Mode
-
Uses of QrCode.Mode in boofcv.alg.fiducial.microqr
Modifier and TypeFieldDescriptionstatic final QrCode.Mode[]
MicroQrCode.allowedModes
Specifies the subset of allowed mode for Micro QR Codes.MicroQrCode.mode
Text encoding modeModifier and TypeMethodDescriptionstatic QrCode.Mode[]
MicroQrCode.allowedModes
(int version) static QrCode.Mode
MicroQrCode.valueToMode
(int value) Looks up an allowed mode by value. -
Uses of QrCode.Mode in boofcv.alg.fiducial.qrcode
Modifier and TypeFieldDescriptionQrCode.mode
QR encoding modeQrCodeCodecBitsUtils.MessageSegment.mode
Modifier and TypeMethodDescriptionstatic QrCode.Mode
QrCode.Mode.lookup
(int bits) static @Nullable QrCode.Mode
static QrCode.Mode
Returns the enum constant of this class with the specified name.static QrCode.Mode[]
QrCode.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.