The main class which implements QR Code decoding -- as opposed to locating and extracting /// the QR Code from an image.
/// /// @author Sean Owen ///Convenience method that can decode a QR Code represented as a 2D array of booleans. /// "true" is taken to mean a black module.
///Decodes a QR Code represented as a
Given data and error-correction codewords received, possibly corrupted by errors, attempts to /// correct the errors in-place using Reed-Solomon error correction.
///