8 #ifndef META_OCEAN_TEST_TESTCV_TESTOPENCV_TEST_FRAME_CONVERTER_H
9 #define META_OCEAN_TEST_TESTCV_TESTOPENCV_TEST_FRAME_CONVERTER_H
13 #include <opencv2/core.hpp>
39 static void test(
const double testDuration);
47 static void testCast(
const double testDuration);
56 static void testCast(
const unsigned int width,
const unsigned int height,
const unsigned int channels,
const double testDuration);
This class tests the performance of the frame converter function of OpenCV.
Definition: testopencv/TestFrameConverter.h:32
static void testCast(const double testDuration)
Benchmarks the performance of cast of a frame.
static void test(const double testDuration)
Benchmarks frame converter functions.
static void testCast(const unsigned int width, const unsigned int height, const unsigned int channels, const double testDuration)
Benchmarks the performance of cast of a frame.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15