8#ifndef META_OCEAN_TEST_TESTCV_TEST_FRAME_CONVERTER_THRESHOLD_H
9#define META_OCEAN_TEST_TESTCV_TEST_FRAME_CONVERTER_THRESHOLD_H
53 static bool testConvertY8ToB8(
const unsigned int width,
const unsigned int height,
const double testDuration,
Worker& worker);
This class implements a frame converter threshold test.
Definition TestFrameConverterThreshold.h:31
static bool testConvertY8ToB8(const unsigned int width, const unsigned int height, const double testDuration, Worker &worker)
Tests converter Y8 to binary.
static bool test(const unsigned int width, const unsigned int height, const double testDuration, Worker &worker, const TestSelector &selector=TestSelector())
Tests all frame channels functions.
static bool testInPlaceConvertY8ToB8(const unsigned int width, const unsigned int height, const double testDuration, Worker &worker)
Tests in-place converter Y8 to binary.
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