Package boofcv.alg.fiducial.microqr
Class MicroQrCode.VersionInfo
java.lang.Object
boofcv.alg.fiducial.microqr.MicroQrCode.VersionInfo
- Enclosing class:
- MicroQrCode
-
Field Summary
Modifier and TypeFieldDescriptionfinal int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(MicroQrCode.ErrorLevel level, int dataCodewords) boolean
Returns true if you can use this level of error correction for this versionlevels
(MicroQrCode.ErrorLevel level)
-
Field Details
-
codewords
public final int codewords -
levels
-
-
Constructor Details
-
VersionInfo
public VersionInfo(int codewords)
-
-
Method Details
-
isErrorSupported
Returns true if you can use this level of error correction for this version -
levels
-
add
-