8 #ifndef META_OCEAN_TEST_TESTCV_TEST_UTILITIES_H
9 #define META_OCEAN_TEST_TESTCV_TEST_UTILITIES_H
35 static bool test(
const double testDuration);
44 template <
typename T,
unsigned int tChannels>
52 template <
typename T,
unsigned int tChannels>
60 template <
typename T,
unsigned int tChannels>
This class implements a Computer Vision utilities test.
Definition: testcv/TestUtilities.h:27
static bool testCopyPixelWithIndex(const double testDuration)
Tests the index pixel copy function.
static bool test(const double testDuration)
Tests the entire utilities class.
static bool testCopyPixel(const double testDuration)
Tests the pixel copy function.
static bool testCopyPixelWithPosition(const double testDuration)
Tests the position pixel copy function.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15