8 #ifndef META_OCEAN_TEST_TESTCV_TESTDETECTOR_TEST_FRAME_CHANGE_DETECTOR_H
9 #define META_OCEAN_TEST_TESTCV_TESTDETECTOR_TEST_FRAME_CHANGE_DETECTOR_H
22 namespace TestDetector
39 static bool test(
const double testDuration,
Worker& worker);
50 static bool testInput(
const double testDuration,
bool nonStaticInput,
bool simulateDeviceMotion,
bool forcedKeyframes,
Worker& worker);
This class implements tests for frame change detection.
Definition: TestFrameChangeDetector.h:30
static bool testInput(const double testDuration, bool nonStaticInput, bool simulateDeviceMotion, bool forcedKeyframes, Worker &worker)
Tests the frame change detector consecutive frames with randomized inputs.
static bool test(const double testDuration, Worker &worker)
Tests all frame change detector functions.
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