8 #ifndef META_OCEAN_TEST_TESTCV_TEST_FRAME_CONVERTER_Y_V_U_12_H
9 #define META_OCEAN_TEST_TESTCV_TEST_FRAME_CONVERTER_Y_V_U_12_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_V_U 12bit frame converter test.
Definition: TestFrameConverterY_V_U12.h:32
static bool testY_V_U12ToY8(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag conversionFlag, const double testDuration, Worker &worker)
Tests the Y_UV12 to Y8 conversion.
static bool testY_V_U12FullRangeToRGB24FullRangePrecision6Bit(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag conversionFlag, const double testDuration, Worker &worker)
Tests the Y_V_U12 (full range) to RGB24 (full range) conversion.
static bool test(const unsigned int width, const unsigned int height, const double testDuration, Worker &worker)
Tests all Y_V_U 12 bit frame conversion functions.
static bool testY_V_U12FullRangeToBGR24FullRangePrecision6Bit(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag conversionFlag, const double testDuration, Worker &worker)
Tests the Y_V_U12 (full range) to BGR24 (full range) conversion.
static MatrixD pixelFunctionY_V_U12ForYVU24(const Frame &frame, const unsigned int x, const unsigned int y, const CV::FrameConverter::ConversionFlag conversionFlag)
Extracts one pixel from a Y_V_U12 source frame.
static bool testY_V_U12ToYVU24(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag conversionFlag, const double testDuration, Worker &worker)
Tests the Y_UV12 to YVU24 conversion.
static bool testY_V_U12ToYUV24(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag conversionFlag, const double testDuration, Worker &worker)
Tests the Y_UV12 to YUV24 conversion.
static bool testY_V_U12LimitedRangeToRGB24FullRange(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag conversionFlag, const double testDuration, Worker &worker)
Tests the Y_UV12 (limited range) to RGB24 (full range) conversion.
static bool testY_V_U12LimitedRangeToBGR24FullRange(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag conversionFlag, const double testDuration, Worker &worker)
Tests the Y_UV12 (limited range) to BGR24 (full range) conversion.
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