8 #ifndef META_OCEAN_TEST_TESTCV_TESTOPENCV_TEST_FEATURE_DETECTORS_H
9 #define META_OCEAN_TEST_TESTCV_TESTOPENCV_TEST_FEATURE_DETECTORS_H
13 #include <opencv2/core.hpp>
71 static bool testSURFFeatureDectector(
const cv::Mat& frame,
const double testDuration,
size_t cornersCount,
bool computeDescriptors =
true);
This class tests the performance of several OpenCV feature detectors.
Definition: TestFeatureDetectors.h:32
static bool testHarrisCornerDetector(const cv::Mat &frame, const double testDuration, size_t cornersCount)
Tests the OpenCV Harris corner detector.
static bool testSURFFeatureDectector(const cv::Mat &frame, const double testDuration, size_t cornersCount, bool computeDescriptors=true)
Tests the OpenCV SURF feature detector.
static bool testFASTFeatureDectector(const cv::Mat &frame, const double testDuration, size_t cornersCount)
Tests the OpenCV FAST feature detector.
static bool testFeatureDetectors(const cv::Mat &frame, const double testDuration)
Tests all functions of relevant feature detectors in OpenCV.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15