8#ifndef OCEAN_TEST_TESTCV_TEST_FRAME_INVERTER_H
9#define OCEAN_TEST_TESTCV_TEST_FRAME_INVERTER_H
54 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:31
static bool test(const unsigned int width, const unsigned int height, const double testDuration, Worker &worker, const TestSelector &selector=TestSelector())
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 test selector that parses test function strings and determines which tests sh...
Definition TestSelector.h:51
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