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.failureCause
Specifies 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.failureCause
Specifies where the QR code parsing failedQrCodeCodecBitsUtils.failureCause
Methods in boofcv.alg.fiducial.qrcode that return QrCode.FailureModifier and TypeMethodDescriptionstatic QrCode.Failure
Returns 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.