Definition of a QR code decoder.
Definition: QRCodeDecoder.h:31
static bool decodeQRCode(const std::vector< uint8_t > &modules, QRCode &code)
Decodes the modules of a QR code.
Definition of a QR code.
Definition: QRCode.h:35
std::vector< QRCode > QRCodes
Definition of a vector of QR codes.
Definition: QRCode.h:25
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15