8 #ifndef META_OCEAN_TEST_TESTCV_TESTSEGMENTATION_TESTCVSEGMENTATION_H
9 #define META_OCEAN_TEST_TESTCV_TESTSEGMENTATION_TESTCVSEGMENTATION_H
22 namespace TestSegmentation
40 #if defined(_WINDOWS) && defined(OCEAN_RUNTIME_SHARED)
41 #ifdef USE_OCEAN_TEST_CV_SEGMENTATION_EXPORT
42 #define OCEAN_TEST_CV_SEGMENTATION_EXPORT __declspec(dllexport)
44 #define OCEAN_TEST_CV_SEGMENTATION_EXPORT __declspec(dllimport)
47 #define OCEAN_TEST_CV_SEGMENTATION_EXPORT
60 OCEAN_TEST_CV_SEGMENTATION_EXPORT
bool testCVSegmentation(
const double testDuration,
Worker& worker,
const unsigned int width = 1280u,
const unsigned int height = 720u,
const std::string& testFunctions = std::string());
72 OCEAN_TEST_CV_SEGMENTATION_EXPORT
void testCVSegmentationAsynchron(
const double testDuration,
const unsigned int width = 1280u,
const unsigned int height = 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_SEGMENTATION_EXPORT void testCVSegmentationAsynchron(const double testDuration, const unsigned int width=1280u, const unsigned int height=720u, const std::string &testFunctions=std::string())
Tests the entire Computer Vision Segmentation library.
OCEAN_TEST_CV_SEGMENTATION_EXPORT bool testCVSegmentation(const double testDuration, Worker &worker, const unsigned int width=1280u, const unsigned int height=720u, const std::string &testFunctions=std::string())
Tests the entire Computer Vision Segmentation library.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15