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 TypeMethodDescriptionint
MicroQrCodeEncoder.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 TypeMethodDescriptionint
QrCodeEncoder.sizeInBits
(QrCodeCodecBitsUtils.MessageSegment segment, int version) Method parameters in boofcv.alg.fiducial.qrcode with type arguments of type QrCodeCodecBitsUtils.MessageSegmentModifier and TypeMethodDescriptionstatic void
QrCodeCodecBitsUtils.addAutomatic
(Charset byteCharacterSet, String message, List<QrCodeCodecBitsUtils.MessageSegment> segments) Select the encoding based on the letters in the message.