8 #ifndef OCEAN_TEST_TESTCV_TEST_IMAGE_QUALITY_H
9 #define OCEAN_TEST_TESTCV_TEST_IMAGE_QUALITY_H
40 static bool test(
const unsigned int width,
const unsigned int height,
const double testDuration,
Worker& worker);
This class implements tests for the ImageQuality class.
Definition: TestImageQuality.h:29
static bool testStructuralSimilarityStressTest(const double testDuration, Worker &worker)
Applies a stress test for structural similarity calculation ensuring that the function does not crash...
static bool test(const unsigned int width, const unsigned int height, const double testDuration, Worker &worker)
Starts all tests of the ImageQuality class.
static bool testMultiScaleStructuralSimilarityStressTest(const double testDuration, Worker &worker)
Applies a stress test for multi-scale structural similarity calculation ensuring that the function do...
This class implements a worker able to distribute function calls over different threads.
Definition: Worker.h:33
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15