8 #ifndef META_OCEAN_TEST_TESTCV_TESTDETECTOR_TEST_FEATURE_DETECTOR_H
9 #define META_OCEAN_TEST_TESTCV_TESTDETECTOR_TEST_FEATURE_DETECTOR_H
24 namespace TestDetector
42 static bool test(
const Frame& testFrame,
const double testDuration,
Worker& worker);
This class implements Ocean's image class.
Definition: Frame.h:1792
This class implements tests for the FeatureDetector class.
Definition: TestFeatureDetector.h:32
static bool testDetermineHarrisPoints(const Frame &testFrame, const double testDuration, Worker &worker)
Tests the Harris corner detection.
static bool test(const Frame &testFrame, const double testDuration, Worker &worker)
Invokes all tests.
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