8#ifndef META_OCEAN_TEST_TESTCV_TESTOPENCV_TEST_OPEN_CV_H 
    9#define META_OCEAN_TEST_TESTCV_TESTOPENCV_TEST_OPEN_CV_H 
   41#if defined(_WINDOWS) && defined(OCEAN_RUNTIME_SHARED) 
   42    #ifdef USE_OCEAN_TEST_CV_OPENCV_EXPORT 
   43        #define OCEAN_TEST_CV_OPENCV_EXPORT __declspec(dllexport) 
   45        #define OCEAN_TEST_CV_OPENCV_EXPORT __declspec(dllimport) 
   48    #define OCEAN_TEST_CV_OPENCV_EXPORT 
   59OCEAN_TEST_CV_OPENCV_EXPORT 
bool testCVOpenCV(
const double testDuration, 
const std::string& imageFilename, 
const std::string& testFunctions = std::string());
 
   70OCEAN_TEST_CV_OPENCV_EXPORT 
void testCVOpenCVAsynchron(
const double testDuration, 
const std::string& imageFilename, 
const std::string& testFunctions = std::string());
 
OCEAN_TEST_CV_OPENCV_EXPORT bool testCVOpenCV(const double testDuration, const std::string &imageFilename, const std::string &testFunctions=std::string())
Tests the entire CV OpenCV library.
 
OCEAN_TEST_CV_OPENCV_EXPORT void testCVOpenCVAsynchron(const double testDuration, const std::string &imageFilename, const std::string &testFunctions=std::string())
Tests the entire CV OpenCV library.
 
The namespace covering the entire Ocean framework.
Definition Accessor.h:15