Uses of Class
boofcv.alg.fiducial.qrcode.QrCodeCodecBitsUtils.MessageSegment
Packages that use QrCodeCodecBitsUtils.MessageSegment
-
Uses of QrCodeCodecBitsUtils.MessageSegment in boofcv.alg.fiducial.microqr
Methods in boofcv.alg.fiducial.microqr with parameters of type QrCodeCodecBitsUtils.MessageSegmentModifier and TypeMethodDescriptionintMicroQrCodeEncoder.sizeInBits(QrCodeCodecBitsUtils.MessageSegment segment, int version) -
Uses of QrCodeCodecBitsUtils.MessageSegment in boofcv.alg.fiducial.qrcode
Methods in boofcv.alg.fiducial.qrcode that return QrCodeCodecBitsUtils.MessageSegmentModifier and TypeMethodDescriptionQrCodeCodecBitsUtils.createSegmentAlphanumeric(String alphaNumeric) QrCodeCodecBitsUtils.createSegmentBytes(byte[] data) QrCodeCodecBitsUtils.createSegmentKanji(String message) QrCodeCodecBitsUtils.createSegmentNumeric(byte[] numbers) QrCodeCodecBitsUtils.createSegmentNumeric(String message) Methods in boofcv.alg.fiducial.qrcode with parameters of type QrCodeCodecBitsUtils.MessageSegmentModifier and TypeMethodDescriptionintQrCodeEncoder.sizeInBits(QrCodeCodecBitsUtils.MessageSegment segment, int version) Method parameters in boofcv.alg.fiducial.qrcode with type arguments of type QrCodeCodecBitsUtils.MessageSegmentModifier and TypeMethodDescriptionstatic voidQrCodeCodecBitsUtils.addAutomatic(Charset byteCharacterSet, String message, List<QrCodeCodecBitsUtils.MessageSegment> segments) Select the encoding based on the letters in the message.