8#ifndef META_OCEAN_TEST_TESTCV_TEST_MOTION_H
9#define META_OCEAN_TEST_TESTCV_TEST_MOTION_H
51 template <
unsigned int tChannels>
62 template <
unsigned int tChannels,
unsigned int tSize>
80 template <
typename TMetric,
unsigned int tChannels,
unsigned int tSize>
81 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:32
static bool test(const double testDuration, Worker &worker, const TestSelector &selector=TestSelector())
Tests the entire motion functionality.
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.
This class implements a test selector that parses test function strings and determines which tests sh...
Definition TestSelector.h:51
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