Uses of Enum Class
boofcv.alg.fiducial.qrcode.QrCode.Mode
Packages that use QrCode.Mode
-
Uses of QrCode.Mode in boofcv.alg.fiducial.microqr
Fields in boofcv.alg.fiducial.microqr declared as QrCode.ModeModifier and TypeFieldDescriptionstatic final QrCode.Mode[]MicroQrCode.allowedModesSpecifies the subset of allowed mode for Micro QR Codes.MicroQrCode.modeText encoding modeMethods in boofcv.alg.fiducial.microqr that return QrCode.ModeModifier and TypeMethodDescriptionstatic QrCode.Mode[]MicroQrCode.allowedModes(int version) static QrCode.ModeMicroQrCode.valueToMode(int value) Looks up an allowed mode by value. -
Uses of QrCode.Mode in boofcv.alg.fiducial.qrcode
Fields in boofcv.alg.fiducial.qrcode declared as QrCode.ModeModifier and TypeFieldDescriptionQrCode.modeQR encoding modeQrCodeCodecBitsUtils.MessageSegment.modeMethods in boofcv.alg.fiducial.qrcode that return QrCode.ModeModifier and TypeMethodDescriptionstatic QrCode.ModeQrCode.Mode.lookup(int bits) static @Nullable QrCode.Modestatic QrCode.ModeReturns 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.