8 #ifndef META_OCEAN_TEST_TESTCV_TESTOPENCV_TEST_FRAME_PYRAMID_H
9 #define META_OCEAN_TEST_TESTCV_TESTOPENCV_TEST_FRAME_PYRAMID_H
15 #include <opencv2/core.hpp>
41 static void test(
const double testDuration);
64 static void testFrameDownsampling(
const unsigned int width,
const unsigned int height,
const unsigned int channels,
const double testDuration);
73 static void testFramePyramid(
const unsigned int width,
const unsigned int height,
const unsigned int channels,
const double testDuration);
This class implements tests for the frame downsizing functions.
Definition: TestFrameShrinker.h:31
This class implements performance tests for the frame pyramid of OpenCV.
Definition: testopencv/TestFramePyramid.h:34
static void testFramePyramid(const double testDuration)
Benchmarks the performance of creating a frame pyramid.
static void testFrameDownsampling(const unsigned int width, const unsigned int height, const unsigned int channels, const double testDuration)
Benchmarks the performance of downsampling a frame.
static void testFramePyramid(const unsigned int width, const unsigned int height, const unsigned int channels, const double testDuration)
Benchmarks the performance of creating a frame pyramid.
static void testFrameDownsampling(const double testDuration)
Benchmarks the performance of downsampling a frame.
static void test(const double testDuration)
Benchmarks frame pyramid functions.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15