8 #ifndef META_OCEAN_TEST_TESTCV_TESTCV_H
9 #define META_OCEAN_TEST_TESTCV_TESTCV_H
45 #if defined(_WINDOWS) && defined(OCEAN_RUNTIME_SHARED)
46 #ifdef USE_OCEAN_TEST_CV_EXPORT
47 #define OCEAN_TEST_CV_EXPORT __declspec(dllexport)
49 #define OCEAN_TEST_CV_EXPORT __declspec(dllimport)
52 #define OCEAN_TEST_CV_EXPORT
65 OCEAN_TEST_CV_EXPORT
bool testCV(
const double testDuration,
Worker& worker,
const unsigned int testWidth = 1280u,
const unsigned int testHeight = 720u,
const std::string& testFunctions = std::string());
77 OCEAN_TEST_CV_EXPORT
void testCVAsynchron(
const double testDuration,
const unsigned int testWidth = 1280u,
const unsigned int testHeight = 720u,
const std::string& testFunctions = std::string());
This class implements a worker able to distribute function calls over different threads.
Definition: Worker.h:33
OCEAN_TEST_CV_EXPORT void testCVAsynchron(const double testDuration, const unsigned int testWidth=1280u, const unsigned int testHeight=720u, const std::string &testFunctions=std::string())
Tests the entire Computer Vision library.
OCEAN_TEST_CV_EXPORT bool testCV(const double testDuration, Worker &worker, const unsigned int testWidth=1280u, const unsigned int testHeight=720u, const std::string &testFunctions=std::string())
Tests the entire Computer Vision library.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15