8 #ifndef META_OCEAN_TEST_TESTCV_TESTLIBYUV_TEST_FRAME_INTERPOLATOR_BILINEAR_H
9 #define META_OCEAN_TEST_TESTCV_TESTLIBYUV_TEST_FRAME_INTERPOLATOR_BILINEAR_H
37 static void test(
const double testDuration);
56 static void testResize(
const unsigned int sourceWidth,
const unsigned int sourceHeight,
const unsigned int channels,
const unsigned int targetWidth,
const unsigned int targetHeight,
const double testDuration);
This class tests/benchmarks the performance of frame resizing/rescalilng.
Definition: testlibyuv/TestFrameInterpolatorBilinear.h:30
static void testResize(const unsigned int sourceWidth, const unsigned int sourceHeight, const unsigned int channels, const unsigned int targetWidth, const unsigned int targetHeight, const double testDuration)
Benchmarks the resizing of a specific source frame to a specific target frame.
static void testResize(const double testDuration)
Benchmarks the resizing of frames.
static void test(const double testDuration)
Benchmarks the performance of libyuv agains Ocean for frame resize functions.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15