8 #ifndef META_OCEAN_TEST_TESTCV_TESTOPENCV_TEST_FRAME_INTERPOLATOR_BILINEAR_H
9 #define META_OCEAN_TEST_TESTCV_TESTOPENCV_TEST_FRAME_INTERPOLATOR_BILINEAR_H
13 #include <opencv2/core.hpp>
39 static void test(
const double testDuration);
70 static void testHomography(
const unsigned int width,
const unsigned int height,
const unsigned int channels,
const double testDuration);
79 static void testAffine(
const unsigned int width,
const unsigned int height,
const unsigned int channels,
const double testDuration);
92 static void testResize(
const unsigned int sourceWidth,
const unsigned int sourceHeight,
const unsigned int targetWidth,
const unsigned int targetHeight,
const unsigned int channels,
const double testDuration);
This class benchmarks the performance of bilinear interpolation.
Definition: testopencv/TestFrameInterpolatorBilinear.h:32
static void testHomography(const double testDuration)
Benchmarks the homography-based interpolation function.
static void testAffine(const unsigned int width, const unsigned int height, const unsigned int channels, const double testDuration)
Benchmarks the interpolation function based on affine transformations for a specific frame type.
static void testAffine(const double testDuration)
Benchmarks the interpolation function based on affine transformations.
static void testResize(const unsigned int sourceWidth, const unsigned int sourceHeight, const unsigned int targetWidth, const unsigned int targetHeight, const unsigned int channels, const double testDuration)
Benchmark the resizing functions of Ocean against OpenCV cv::resize()
static void testHomography(const unsigned int width, const unsigned int height, const unsigned int channels, const double testDuration)
Benchmarks the homography-based interpolation for a specific frame type.
static void test(const double testDuration)
Benchmarks bilinear interpolation functions.
static void testResize(const double testDuration)
Benchmark test for image resizing.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15