Uses of Enum Class
boofcv.alg.fiducial.aztec.AztecCode.Mode
-
Uses of AztecCode.Mode in boofcv.alg.fiducial.aztec
Modifier and TypeFieldDescriptionAztecEncoder.MessageSegment.encodingMode
static final AztecCode.Mode[]
AztecEncoderAutomatic.modes
Modifier and TypeMethodDescriptionstatic AztecCode.Mode
Returns the enum constant of this class with the specified name.static AztecCode.Mode[]
AztecCode.Mode.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionMessageSegment
(AztecCode.Mode encodingMode, DogArray_I8 data, String message)