8 #ifndef META_OCEAN_TEST_TESTCV_TESTOPENCV_TEST_FRAME_INTERPOLATOR_NEAREST_PIXEL_H
9 #define META_OCEAN_TEST_TESTCV_TESTOPENCV_TEST_FRAME_INTERPOLATOR_NEAREST_PIXEL_H
13 #include <opencv2/core.hpp>
39 static void test(
const double testDuration);
62 static void testHomography(
const unsigned int width,
const unsigned int height,
const unsigned int channels,
const double testDuration);
71 static void testAffine(
const unsigned int width,
const unsigned int height,
const unsigned int channels,
const double testDuration);
This class benchmarks the performance of nearest-neighbor interpolation.
Definition: testopencv/TestFrameInterpolatorNearestPixel.h:32
static void testAffine(const double testDuration)
Benchmarks the interpolation function based on affine transformations.
static void test(const double testDuration)
Benchmarks nearest-neighbor interpolation functions.
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 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.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15