8 #ifndef META_OCEAN_TEST_TESTCV_TESTOPENCV_TEST_FRAME_MIN_MAX_H
9 #define META_OCEAN_TEST_TESTCV_TESTOPENCV_TEST_FRAME_MIN_MAX_H
37 static void test(
const double testDuration);
61 static void testMinLocation(
const unsigned int width,
const unsigned int height,
const double testDuration);
71 static void testMaxLocation(
const unsigned int width,
const unsigned int height,
const double testDuration);
This class benchmarks the performance of the minmax functionality of OpenCV.
Definition: testopencv/TestFrameMinMax.h:30
static void testMinLocation(const double testDuration)
Benchmarks the performance of function allowing to determine the location of a minimum value within a...
static void testMaxLocation(const unsigned int width, const unsigned int height, const double testDuration)
Benchmarks the performance of function allowing to determine the location of a maximum value within a...
static void test(const double testDuration)
Benchmarks min-max functions.
static void testMinLocation(const unsigned int width, const unsigned int height, const double testDuration)
Benchmarks the performance of function allowing to determine the location of a minimum value within a...
static void testMaxLocation(const double testDuration)
Benchmarks the performance of function allowing to determine the location of a maximum value within a...
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15