| Interface | Description |
|---|---|
| PackedBits |
Stores a set of bits inside of a array
|
| Class | Description |
|---|---|
| GaliosFieldOps |
Basic path operators on polynomial Galious Field (GF) with GF(2) coefficients.
|
| GaliosFieldTableOps |
Precomputed look up table for performing operations on GF polynomials of the specified degree.
|
| PackedBits32 |
Stores a set of bits inside of an int array.
|
| PackedBits8 |
Stores a set of bits inside of a byte array
|
| PositionPatternNode |
Information for position detection patterns.
|
| QrCode |
Information for a detected QR Code.
|
| QrCode.Alignment |
Information related to a specific alignment pattern.
|
| QrCode.BlockInfo |
Specifies the format for a data block.
|
| QrCode.VersionInfo | |
| QrCodeAlignmentPatternLocator<T extends boofcv.struct.image.ImageGray<T>> |
Searches the image for alignment patterns.
|
| QrCodeBinaryGridReader<T extends boofcv.struct.image.ImageGray<T>> |
Reads binary values from the qr code's grid.
|
| QrCodeBinaryGridToPixel |
Given a set of control points, it computes a distortion model and allows the user to read the value of grid elements.
|
| QrCodeCodeWordLocations |
Pre-computes which pixels in a QR code are data bits or not.
|
| QrCodeDecoderBits |
After the data bits have been read this will decode them and extract a meaningful message.
|
| QrCodeDecoderImage<T extends boofcv.struct.image.ImageGray<T>> |
TODO document
|
| QrCodeEncoder |
Provides an easy to use interface for specifying QR-Code parameters and generating the raw data sequence.
|
| QrCodeGenerator |
Abstract class for creating qr codes.
|
| QrCodeGeneratorImage |
Renders a QR Code inside a gray scale image.
|
| QrCodeMaskPattern |
Masks that are applied to the QR code toe ensure that there are no regions with "structure" in them.
|
| QrCodePolynomialMath |
Contains all the formulas for encoding and decoding BCH and Reid-Solomon codes.
|
| QrCodePositionPatternDetector<T extends boofcv.struct.image.ImageGray<T>> |
Detects position patterns for a QR code inside an image and forms a graph of ones which can potentially
be connected together.
|
| ReidSolomonCodes |
TODO Summarize
|
| Enum | Description |
|---|---|
| QrCode.ErrorLevel |
Error correction level
|
| QrCode.Failure |
Specifies the step at which decoding failed
|
| QrCode.Mode |
The encoding mode.
|