8 #ifndef META_OCEAN_TEST_TESTCV_TEST_FRAME_INTERPOLATOR_BICUBIC_H
9 #define META_OCEAN_TEST_TESTCV_TEST_FRAME_INTERPOLATOR_BICUBIC_H
41 static bool test(
const unsigned int width,
const unsigned int height,
const double testDuration,
Worker& worker);
55 template <
unsigned int tChannels>
56 static bool testResize8BitPerChannel(
const unsigned int width,
const unsigned int height,
const float sizeFactor,
const double testDuration,
Worker& worker);
This class implements a bicubic frame interpolator test.
Definition: TestFrameInterpolatorBicubic.h:30
static bool test(const unsigned int width, const unsigned int height, const double testDuration, Worker &worker)
Tests all bicubic interpolation filter functions.
static bool testResize8BitPerChannel(const unsigned int width, const unsigned int height, const float sizeFactor, const double testDuration, Worker &worker)
Tests the bicubic resize function for 8 bit grayscale frames.
This class implements a worker able to distribute function calls over different threads.
Definition: Worker.h:33
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15