8#ifndef META_OCEAN_TEST_TESTCV_TEST_FRAME_CONVERTER_Y_8_H
9#define META_OCEAN_TEST_TESTCV_TEST_FRAME_CONVERTER_Y_8_H
43 static bool test(
const unsigned int width,
const unsigned int height,
const double testDuration,
Worker& worker);
ConversionFlag
Definition of individual conversion flags.
Definition FrameConverter.h:39
This class implements Ocean's image class.
Definition Frame.h:1879
This class implements a matrix with arbitrary size.
Definition Matrix.h:63
This class implements a Y8 frame converter test.
Definition TestFrameConverterY8.h:32
static bool testY8LimitedRangeToRGB24Precision10Bit(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the Y8 limited range to RGB24 (full range) conversion with 10-bit precision.
static bool testY8FullRangeToY8LimitedRangePrecision10Bit(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the Y8 full range to Y8 limited range conversion with 10-bit precision.
static bool testY8FullRangeToBGR24(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the Y8 full range to BGR24 (full range) conversion.
static MatrixD pixelFunctionY8Gamma(const Frame &frame, const unsigned int x, const unsigned int y, const CV::FrameConverter::ConversionFlag conversionFlag)
Extracts one pixel from a Y8 source frame and applies gamma correction.
static bool testY8LimitedRangeToY8FullRangePrecision6Bit(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the Y8 limited range to Y8 full range conversion with 6-bit precision.
static bool testY8FullRangeToRGBA32(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the Y8 full range to RGBA32 (full range) conversion.
static bool testY8LimitedRangeToRGBA32Precision6Bit(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the Y8 limited range to RGBA32 (full range) conversion with 6-bit precision.
static bool testY8ToY8GammaLUT(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the Y8 to Y8 conversion with gamma compression/correction.
static bool testY8LimitedRangeToRGB24Precision6Bit(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the Y8 limited range to RGB24 (full range) conversion with 6-bit precision.
static bool testY8LimitedRangeToY8FullRangePrecision10Bit(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the Y8 limited range to Y8 full range conversion with 10-bit precision.
static bool testY8FullRangeToRGB24(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the Y8 full range to RGB24 (full range) conversion.
static bool testY8FullRangeToY8LimitedRangePrecision6Bit(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the Y8 full range to Y8 limited range conversion with 6-bit precision.
static bool testY8LimitedRangeToRGBA32Precision10Bit(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the Y8 limited range to RGBA32 (full range) conversion with 10-bit precision.
static bool testY8ToY8(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the Y8 to Y8 conversion.
static bool test(const unsigned int width, const unsigned int height, const double testDuration, Worker &worker)
Tests all Y8 bit frame conversion functions.
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