8#ifndef META_OCEAN_TEST_TESTCV_TEST_UTILITIES_H
9#define META_OCEAN_TEST_TESTCV_TEST_UTILITIES_H
47 template <
typename T,
unsigned int tChannels>
55 template <
typename T,
unsigned int tChannels>
63 template <
typename T,
unsigned int tChannels>
This class implements a Computer Vision utilities test.
Definition testcv/TestUtilities.h:29
static bool testCopyPixelWithIndex(const double testDuration)
Tests the index pixel copy function.
static bool test(const double testDuration, const TestSelector &selector=TestSelector())
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.
This class implements a test selector that parses test function strings and determines which tests sh...
Definition TestSelector.h:51
The namespace covering the entire Ocean framework.
Definition Accessor.h:15