8 #ifndef META_OCEAN_TEST_TESTCV_TEST_FRAME_CONVERTER_R_G_B_24_H
9 #define META_OCEAN_TEST_TESTCV_TEST_FRAME_CONVERTER_R_G_B_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 R_G_B 24 bit frame converter test.
Definition: TestFrameConverterR_G_B24.h:32
static bool test(const unsigned int width, const unsigned int height, const double testDuration, Worker &worker)
Tests all R_G_B 24 bit frame conversion functions.
static bool testR_G_B24ToRGB24(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag conversionFlag, const double testDuration, Worker &worker)
Tests the R_G_B24 to RGB24 conversion.
static MatrixD pixelFunctionR_G_B24ForRGB24(const Frame &frame, const unsigned int x, const unsigned int y, const CV::FrameConverter::ConversionFlag conversionFlag)
Extracts one pixel from a R_G_B24 source frame.
static bool testR_G_B24ToBGR24(const unsigned int width, const unsigned int height, const CV::FrameConverter::ConversionFlag conversionFlag, const double testDuration, Worker &worker)
Tests the R_G_B24 to BGR24 conversion.
static MatrixD pixelFunctionR_G_B24ForBGR24(const Frame &frame, const unsigned int x, const unsigned int y, const CV::FrameConverter::ConversionFlag conversionFlag)
Extracts one pixel from a R_G_B24 source frame and converts to BGR format.
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