8 #ifndef META_OCEAN_TEST_TESTCV_TEST_FRAME_CONVERTER_BGR_24_H
9 #define META_OCEAN_TEST_TESTCV_TEST_FRAME_CONVERTER_BGR_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 BGR frame converter test.
Definition: TestFrameConverterBGR24.h:32
static bool testBGR24FullRangeToY_V_U12FullRange(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the full range BGR24 to full range Y_U_V12 conversion with 7bit precision using BT....
static bool test(const unsigned int width, const unsigned int height, const double testDuration, Worker &worker)
Tests all BGR 24 bit frame conversion functions.
static bool testBGR24FullRangeToY_U_V12FullRange(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the full range BGR24 to full range Y_U_V12 conversion with 7bit precision using BT....
static bool testBGR24ToY8(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the exact BGR24 to Y8 conversion.
static bool testBGR24ToBGR24(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the exact BGR24 to BGR24 conversion.
static MatrixD pixelFunctionY_U_V12ForYUV24(const Frame &frame, const unsigned int x, const unsigned int y, const CV::FrameConverter::ConversionFlag conversionFlag)
Extracts one pixel from a Y_U_V12 target frame (or a Y_V_U12 source frame).
static bool testBGR24ToRGBA32(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the exact BGR24 to RGBA32 conversion.
static MatrixD pixelFunctionBGRForY_UV12(const Frame &frame, const unsigned int x, const unsigned int y, const CV::FrameConverter::ConversionFlag conversionFlag)
Extracts one pixel from a BGR24 source frame intended for a Y_UV12 frame (or a Y_VU12 frame).
static bool testBGR24ToBGRA32(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the exact BGR24 to BGRA32 conversion.
static bool testBGR24ToYUV24(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the exact BGR24 to YUV24 conversion.
static bool testBGR24FullRangeToY_U_V12LimitedRange(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the full range BGR24 to limited range Y_U_V12 conversion with 7bit precision using BT....
static bool testBGR24FullRangeToY_V_U12LimitedRange(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the full range BGR24 to limited range Y_U_V12 conversion with 7bit precision using BT....
static bool testBGR24ToRGB24(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag flag, const double testDuration, Worker &worker)
Tests the exact BGR24 to RGB24 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