Uses of Class
boofcv.alg.fiducial.qrcode.PackedBits8
Packages that use PackedBits8
Package
Description
-
Uses of PackedBits8 in boofcv.alg.fiducial.aztec
Methods in boofcv.alg.fiducial.aztec with parameters of type PackedBits8Modifier and TypeMethodDescriptionbooleanAztecMessageModeCodec.decodeMode(PackedBits8 bits, AztecCode marker) Applies error correction to bits then decodes the values.voidAztecMessageModeCodec.encodeMode(AztecCode marker, PackedBits8 bits) Encodes the binary data for the mode message for the provided marker. -
Uses of PackedBits8 in boofcv.alg.fiducial.calib.ecocheck
Fields in boofcv.alg.fiducial.calib.ecocheck declared as PackedBits8Modifier and TypeFieldDescriptionprotected final PackedBits8ECoCheckCodec.bitsfinal PackedBits8EncodedCell.bitsValue of each bit in the cell.Methods in boofcv.alg.fiducial.calib.ecocheck with parameters of type PackedBits8Modifier and TypeMethodDescriptionbooleanECoCheckCodec.decode(PackedBits8 readBits, CellValue cell) Decodes the read in bit array and converts it into a coordinate.voidECoCheckCodec.encode(int markerID, int cellID, PackedBits8 encodedPacket) Encodes the coordinate and copies the results into 'encodedPacket' -
Uses of PackedBits8 in boofcv.alg.fiducial.microqr
Methods in boofcv.alg.fiducial.microqr with parameters of type PackedBits8Modifier and TypeMethodDescriptionprotected voidMicroQrCodeEncoder.bitsToMessage(PackedBits8 stream) -
Uses of PackedBits8 in boofcv.alg.fiducial.qrcode
Methods in boofcv.alg.fiducial.qrcode that return PackedBits8Modifier and TypeMethodDescriptionAdds bits encoded as a binary string, i.e.static PackedBits8PackedBits8.wrap(byte[] data, int numberOfBits) Methods in boofcv.alg.fiducial.qrcode with parameters of type PackedBits8Modifier and TypeMethodDescriptionvoidPackedBits8.append(PackedBits8 bits, int numberOfBits) Appends the bit array onto the endprotected voidQrCodeEncoder.bitsToMessage(PackedBits8 stream) intQrCodeCodecBitsUtils.decodeAlphanumeric(PackedBits8 data, int bitLocation, int lengthBits) Decodes alphanumeric messagesintQrCodeCodecBitsUtils.decodeByte(PackedBits8 data, int bitLocation, int lengthBits) Decodes byte messagesintQrCodeCodecBitsUtils.decodeKanji(PackedBits8 data, int bitLocation, int lengthBits) Decodes Kanji messagesintQrCodeCodecBitsUtils.decodeNumeric(PackedBits8 data, int bitLocation, int lengthBits) Decodes a numeric messagestatic voidQrCodeCodecBitsUtils.encodeAlphanumeric(byte[] numbers, int length, int lengthBits, PackedBits8 packed) static voidQrCodeCodecBitsUtils.encodeBytes(byte[] data, int length, int lengthBits, PackedBits8 packed) static voidQrCodeCodecBitsUtils.encodeKanji(byte[] bytes, int length, int lengthBits, PackedBits8 packed) static voidQrCodeCodecBitsUtils.encodeNumeric(byte[] numbers, int length, int lengthBits, PackedBits8 packed) booleanPackedBits8.isIdentical(PackedBits8 other) Checks to see if the usable data in 'other' is identical to the usable data in this.voidPackedBits8.setTo(PackedBits8 src)