Package boofcv.alg.fiducial.aztec
Class AztecDecoder
java.lang.Object
boofcv.alg.fiducial.aztec.AztecMessageErrorCorrection
boofcv.alg.fiducial.aztec.AztecDecoder
- All Implemented Interfaces:
VerbosePrint
Converts a raw binary stream read from the image and converts it into a String message.
-
Field Summary
Fields inherited from class boofcv.alg.fiducial.aztec.AztecMessageErrorCorrection
ecc10, ecc12, ecc6, ecc8, storageDataWords, storageEccWords
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Extracts the message from this marker.void
setVerbose
(@Nullable PrintStream out, @Nullable Set<String> set) Methods inherited from class boofcv.alg.fiducial.aztec.AztecMessageErrorCorrection
applyErrorCorrection, computeEccWords
-
Constructor Details
-
AztecDecoder
public AztecDecoder()
-
-
Method Details
-
process
Extracts the message from this marker.- Parameters:
marker
- Marker which is to be decoded- Returns:
- true if successful
-
setVerbose
- Specified by:
setVerbose
in interfaceVerbosePrint
-