8 #ifndef META_OCEAN_TEST_TESTCV_TEST_FRAME_CONVERTER_Y_U_V_24_H
9 #define META_OCEAN_TEST_TESTCV_TEST_FRAME_CONVERTER_Y_U_V_24_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:1792
This class implements a matrix with arbitrary size.
Definition: Matrix.h:63
This class implements a Y_U_V 24 bit frame converter test.
Definition: TestFrameConverterY_U_V24.h:32
static MatrixD pixelFunctionY_U_V24ForYUV24(const Frame &frame, const unsigned int x, const unsigned int y, const CV::FrameConverter::ConversionFlag conversionFlag)
Extracts one pixel from a Y_U_V24 source frame.
static bool testY_U_V24ToYUV24(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag conversionFlag, const double testDuration, Worker &worker)
Tests the Y_U_V24 to YUV24 conversion.
static bool testY_U_V24FullRangeToBGRA32FullRangeAndroidPrecision6Bit(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag conversionFlag, const double testDuration, Worker &worker)
Tests the Y_U_V24 (full range) to BGRA32 (full range) conversion applying an Android-specific BT....
static bool testY_U_V24LimitedRangeToBGR24FullRangePrecision6Bit(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag conversionFlag, const double testDuration, Worker &worker)
Tests the Y_U_V24 (limited range) to BGR24 (full range) conversion applying a standard BT....
static bool test(const unsigned int width, const unsigned int height, const double testDuration, Worker &worker)
Tests all Y_U_V 24 bit frame conversion functions.
static bool testY_U_V24LimitedRangeToBGRA32FullRangePrecision6Bit(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag conversionFlag, const double testDuration, Worker &worker)
Tests the Y_U_V24 (limited range) to BGRA32 (full range) conversion applying a standard BT....
static bool testY_U_V24LimitedRangeToRGB24FullRangePrecision6Bit(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag conversionFlag, const double testDuration, Worker &worker)
Tests the Y_U_V24 (limited range) to RGB24 (full range) conversion applying a standard BT....
static bool testY_U_V24LimitedRangeToRGBA32FullRangePrecision6Bit(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag conversionFlag, const double testDuration, Worker &worker)
Tests the Y_U_V24 (limited range) to RGBA32 (full range) conversion applying a standard BT....
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