Uses of Enum Class
boofcv.alg.fiducial.aztec.AztecCode.Mode
Packages that use AztecCode.Mode
-
Uses of AztecCode.Mode in boofcv.alg.fiducial.aztec
Fields in boofcv.alg.fiducial.aztec declared as AztecCode.ModeModifier and TypeFieldDescriptionAztecEncoder.MessageSegment.encodingModestatic final AztecCode.Mode[]AztecEncoderAutomatic.modesMethods in boofcv.alg.fiducial.aztec that return AztecCode.ModeModifier and TypeMethodDescriptionstatic AztecCode.ModeReturns 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.Constructors in boofcv.alg.fiducial.aztec with parameters of type AztecCode.ModeModifierConstructorDescriptionMessageSegment(AztecCode.Mode encodingMode, DogArray_I8 data, String message)