8 #ifndef META_OCEAN_TEST_TESTCV_TEST_FRAME_CONVERTER_THRESHOLD_H
9 #define META_OCEAN_TEST_TESTCV_TEST_FRAME_CONVERTER_THRESHOLD_H
38 static bool test(
const unsigned int width,
const unsigned int height,
const double testDuration,
Worker& worker);
48 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:27
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)
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 worker able to distribute function calls over different threads.
Definition: Worker.h:33
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15