Uses of Enum Class
boofcv.alg.fiducial.qrcode.QrCode.Failure
-
Uses of QrCode.Failure in boofcv.alg.fiducial.microqr
Modifier and TypeFieldDescriptionMicroQrCode.failureCause
Specifies where the QR code parsing failed -
Uses of QrCode.Failure in boofcv.alg.fiducial.qrcode
Modifier and TypeFieldDescriptionQrCode.failureCause
Specifies where the QR code parsing failedQrCodeCodecBitsUtils.failureCause
Modifier 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.