8 #ifndef META_OCEAN_TEST_TESTCV_TESTOPENCV_TEST_GAUSSIAN_BLUR_H
9 #define META_OCEAN_TEST_TESTCV_TESTOPENCV_TEST_GAUSSIAN_BLUR_H
37 static void test(
const double testDuration);
48 static void testGaussianBlur(
const unsigned int width,
const unsigned int height,
const unsigned int channels,
const double testDuration);
This class tests the Gaussian blur function of OpenCV.
Definition: TestGaussianBlur.h:30
static void test(const double testDuration)
Tests the Gaussian blur functions with random images.
static void testGaussianBlur(const unsigned int width, const unsigned int height, const unsigned int channels, const double testDuration)
Benchmarks the Gaussian blur function for a specific frame type.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15