8 #ifndef META_OCEAN_TEST_TESTCV_TEST_MOTION_H
9 #define META_OCEAN_TEST_TESTCV_TEST_MOTION_H
39 static bool test(
const double testDuration,
Worker& worker);
48 template <
unsigned int tChannels>
59 template <
unsigned int tChannels,
unsigned int tSize>
77 template <
typename TMetric,
unsigned int tChannels,
unsigned int tSize>
78 static bool testMotionMirroredBorder(
const unsigned int width0,
const unsigned int height0,
const unsigned int width1,
const unsigned int height1,
const double testDuration);
This class test the motion functions.
Definition: TestMotion.h:30
static bool testMotionMirroredBorder(const unsigned int width0, const unsigned int height0, const unsigned int width1, const unsigned int height1, const double testDuration)
Tests the simple motion calculation for two images.
static bool testMotionMirroredBorder(const double testDuration)
Tests the simple motion calculation for two images.
static bool testMotionMirroredBorder(const double testDuration)
Tests the simple motion calculation for two images.
static bool test(const double testDuration, Worker &worker)
Tests the entire motion functionality.
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