24namespace TestBullseyes
42#if defined(_WINDOWS) && defined(OCEAN_RUNTIME_SHARED)
43 #ifdef USE_OCEAN_TEST_CV_DETECTOR_BULLSEYES_EXPORT
44 #define OCEAN_TEST_CV_DETECTOR_BULLSEYES_EXPORT __declspec(dllexport)
46 #define OCEAN_TEST_CV_DETECTOR_BULLSEYES_EXPORT __declspec(dllimport)
49 #define OCEAN_TEST_CV_DETECTOR_BULLSEYES_EXPORT
This class implements a worker able to distribute function calls over different threads.
Definition Worker.h:33
OCEAN_TEST_CV_DETECTOR_BULLSEYES_EXPORT bool testCVDetectorBullseyes(const double testDuration, Worker &worker, const std::string &testFunctions="")
Tests the entire Computer Vision Detector Bullseyes library.
OCEAN_TEST_CV_DETECTOR_BULLSEYES_EXPORT void testCVDetectorBullseyesAsynchronous(const double testDuration, const std::string &testFunctions="")
Tests the entire Computer Vision Detector Bullseyes library.
The namespace covering the entire Ocean framework.
Definition Accessor.h:15