8 #ifndef OCEAN_TEST_TESTCV_TEST_FRAME_INVERTER_H
9 #define OCEAN_TEST_TESTCV_TEST_FRAME_INVERTER_H
40 static bool test(
const unsigned int width,
const unsigned int height,
const double testDuration,
Worker& worker);
51 static bool testInvert8BitPerChannel(
const unsigned int width,
const unsigned int height,
const unsigned int channels,
const double testDuration,
Worker& worker);
This class implements tests for the FrameInverter class.
Definition: TestFrameInverter.h:29
static bool test(const unsigned int width, const unsigned int height, const double testDuration, Worker &worker)
Starts all tests of the FrameInverter class.
static bool testInvert8BitPerChannel(const unsigned int width, const unsigned int height, const unsigned int channels, const double testDuration, Worker &worker)
Tests the invert function for images with 8 bit per channel.
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