25 namespace TestDetector
45 static bool test(
const double testDuration,
Worker& worker);
90 static bool testDetectQRCodesSyntheticData_Internal(
const unsigned int gaussianFilterSize,
const double testDuration,
Worker& worker,
const std::string& testLabel,
const double detectionValidationThreshold,
const double groundtruthComparisonValidationThreshold,
const unsigned int moduleSizePixelsMin = 6u,
const unsigned int moduleSizePixelsMax = 8u,
const unsigned int imageDimPixelsMin = 0u,
const unsigned int imageDimPixelsMax = 720u);
This class implements a detector for QR Codes.
Definition: QRCodeDetector2D.h:42
This class implements a test for the QR code detector.
Definition: TestQRCodeDetector2D.h:36
static bool testDetectQRCodesSyntheticData_Internal(const unsigned int gaussianFilterSize, const double testDuration, Worker &worker, const std::string &testLabel, const double detectionValidationThreshold, const double groundtruthComparisonValidationThreshold, const unsigned int moduleSizePixelsMin=6u, const unsigned int moduleSizePixelsMax=8u, const unsigned int imageDimPixelsMin=0u, const unsigned int imageDimPixelsMax=720u)
Test for the detection of QR codes using synthetic test images.
static bool testDetectQRCodesSmallImageSyntheticData(const unsigned int gaussianFilterSize, const double testDuration, Worker &worker)
Test for the detection of QR codes using synthetic test images with small dimensions.
static bool test(const double testDuration, Worker &worker)
Invokes all test for the QR code detector.
static bool testStressTest(const double testDuration, Worker &worker)
Applies a stress test with random input data just ensuring that the detector does not crash.
static bool testDetectQRCodesLargeImageSyntheticData(const unsigned int gaussianFilterSize, const double testDuration, Worker &worker)
Test for the detection of QR codes using synthetic test images with large dimensions.
This class implements a worker able to distribute function calls over different threads.
Definition: Worker.h:33
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15