Uses of Enum Class
boofcv.alg.fiducial.qrcode.QrCode.Failure
Packages that use QrCode.Failure
-
Uses of QrCode.Failure in boofcv.alg.fiducial.microqr
Fields in boofcv.alg.fiducial.microqr declared as QrCode.FailureModifier and TypeFieldDescriptionMicroQrCode.failureCauseSpecifies where the QR code parsing failed -
Uses of QrCode.Failure in boofcv.alg.fiducial.qrcode
Fields in boofcv.alg.fiducial.qrcode declared as QrCode.FailureModifier and TypeFieldDescriptionQrCode.failureCauseSpecifies where the QR code parsing failedQrCodeCodecBitsUtils.failureCauseMethods in boofcv.alg.fiducial.qrcode that return QrCode.FailureModifier and TypeMethodDescriptionstatic QrCode.FailureReturns the enum constant of this class with the specified name.static QrCode.Failure[]QrCode.Failure.values()Returns an array containing the constants of this enum class, in the order they are declared.