Package boofcv.alg.fiducial.aztec
Class AztecEncoder.MessageSegment
java.lang.Object
boofcv.alg.fiducial.aztec.AztecEncoder.MessageSegment
- Enclosing class:
- AztecEncoder
Contains the data for a sequence of characters that are all encoded in the same mode
-
Field Summary
-
Constructor Summary
ConstructorDescriptionMessageSegment
(AztecCode.Mode encodingMode, DogArray_I8 data, String message) -
Method Summary
-
Field Details
-
encodingMode
-
data
-
message
-
-
Constructor Details
-
MessageSegment
-