18 class RandomGenerator;
26 namespace TestDetector
58 static bool test(
const double testDuration);
EncodingMode
Definition of encoding modes.
Definition: QRCodeBase.h:72
ErrorCorrectionCapacity
Enumeration of the levels of error correction The value of the enums correspond to the standard-defin...
Definition: QRCodeBase.h:53
@ ECC_DETECTION_ONLY
Indicates that the capacity is limited to error detection only (used only by Micro QR Code version M1...
Definition: QRCodeBase.h:63
This class implements tests for the Micro QR code features.
Definition: TestMicroQRCodeDecoder.h:37
static bool testMicroQRCodeDecoding(const double testDuration)
Tests encoding (generation) of Micro QR codes.
static bool test(const double testDuration)
Tests the Micro QR code functions.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15
Definition of a struct holding the parameters describing a portion of the Micro QR code encoding spac...
Definition: TestMicroQRCodeDecoder.h:44
CV::Detector::QRCodes::MicroQRCode::EncodingMode mode
Definition: TestMicroQRCodeDecoder.h:45
unsigned int maxSize
Definition: TestMicroQRCodeDecoder.h:47
unsigned int minSize
Definition: TestMicroQRCodeDecoder.h:46