Package boofcv.alg.fiducial.qrcode
package boofcv.alg.fiducial.qrcode
-
ClassDescriptionInformation on different character encodings and ECI character setsBasic path operators on polynomial Galious Field (GF) with GF(2) coefficients.Precomputed look up table for performing operations on GF polynomials of the specified degree.Precomputed look up table for performing operations on GF polynomials of the specified degree.Precomputed look up table for performing operations on GF polynomials of the specified degree.Stores a set of bits inside of a arrayStores a set of bits inside of an int array.Stores a set of bits inside a byte arrayInformation for position detection patterns.Information for a detected QR Code.Information related to a specific alignment pattern.Specifies the format for a data block.Error correction levelSpecifies the step at which decoding failedThe encoding mode.QrCodeAlignmentPatternLocator<T extends ImageGray<T>>Searches the image for alignment patterns.QrCodeBinaryGridReader<T extends ImageGray<T>>Reads binary values from the qr code's grid.Given a set of control points, it computes a distortion model and allows the user to read the value of grid elements.Various functions to encode and decode QR and Micro QR data.Pre-computes which pixels in a QR code or Micro QR code are data bits or not.After the data bits have been read this will decode them and extract a meaningful message.QrCodeDecoderImage<T extends ImageGray<T>>Uses position pattern graph to find candidate QR Codes.Provides an easy to use interface for specifying QR-Code parameters and generating the raw data sequence.Abstract class for creating qr codes.Renders a QR Code inside a gray scale image.Masks that are applied to QR codes to ensure that there are no regions with "structure" in them.Contains all the formulas for encoding and decoding BCH and Reed-Solomon codes.QrCodePositionPatternDetector<T extends ImageGray<T>>Detects position patterns for a QR code inside an image.Collects position patterns together based on their relative orientationQrGeneratorBase<T extends QrGeneratorBase<T>>Base class for rendering QR and Micro QRUtilities when estimating the 3D pose of a QR Code.TODO SummarizeTODO SummarizeSquareLocatorPatternDetectorBase<T extends ImageGray<T>>Several fiducials use square objects as locator patterns for the markers.