8#ifndef META_OCEAN_TEST_TESTCV_TESTDETECTOR_TEST_FAST_DETECTOR_H
9#define META_OCEAN_TEST_TESTCV_TESTDETECTOR_TEST_FAST_DETECTOR_H
This class implements a FAST feature.
Definition FASTFeature.h:37
This class implements Ocean's image class.
Definition Frame.h:1808
This class implements a FAST feature detector test.
Definition TestFASTDetector.h:32
static bool testStandardStrength(const Frame &yFrame, const double testDuration, Worker &worker)
Tests the FAST feature detector with standard strength determination.
static bool testPreciseStrength(const Frame &yFrame, const double testDuration, Worker &worker)
Tests the FAST feature detector with precise strength determination.
static bool validate(const Frame &yFrame, const unsigned int threshold, const CV::Detector::FASTFeatures &features)
Validates already detected FAST features.
static bool test(const Frame &frame, const double testDuration, Worker &worker)
Tests the FAST feature detector.
static bool sortPoints(const CV::Detector::FASTFeature &first, const CV::Detector::FASTFeature &second)
Sorts two detector points.
This class implements a worker able to distribute function calls over different threads.
Definition Worker.h:33
std::vector< FASTFeature > FASTFeatures
Definition of a vector holding FAST features.
Definition FASTFeature.h:30
The namespace covering the entire Ocean framework.
Definition Accessor.h:15