21 namespace TestDetector
42 #if defined(_WINDOWS) && defined(OCEAN_RUNTIME_SHARED)
43 #ifdef USE_OCEAN_TEST_CV_DETECTOR_QRCODES_EXPORT
44 #define OCEAN_TEST_CV_DETECTOR_QRCODES_EXPORT __declspec(dllexport)
46 #define OCEAN_TEST_CV_DETECTOR_QRCODES_EXPORT __declspec(dllimport)
49 #define OCEAN_TEST_CV_DETECTOR_QRCODES_EXPORT
60 OCEAN_TEST_CV_DETECTOR_QRCODES_EXPORT
bool testCVDetectorQRCodes(
const double testDuration,
Worker& worker,
const std::string& testFunctions =
"");
This class implements a worker able to distribute function calls over different threads.
Definition: Worker.h:33
OCEAN_TEST_CV_DETECTOR_QRCODES_EXPORT void testCVDetectorQRCodesAsynchronous(const double testDuration, const std::string &testFunctions="")
Tests the entire Computer Vision Detector QR Codes library.
OCEAN_TEST_CV_DETECTOR_QRCODES_EXPORT bool testCVDetectorQRCodes(const double testDuration, Worker &worker, const std::string &testFunctions="")
Tests the entire Computer Vision Detector QR Codes library.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15