8#ifndef META_OCEAN_TEST_TESTCV_TESTDETECTOR_TEST_FREAK_DESCRIPTOR_H
9#define META_OCEAN_TEST_TESTCV_TESTDETECTOR_TEST_FREAK_DESCRIPTOR_H
34template <
size_t tSize>
35class TestFREAKDescriptorT;
48template <
size_t tSize>
71#ifdef OCEAN_USE_EXTERNAL_TEST_FREAK_DESCRIPTOR
80template <
size_t tSize>
Forward-declaration of the descriptor class.
Definition FREAKDescriptor.h:220
Forward-declaration of the test class for FREAK descriptors.
Definition TestFREAKDescriptor.h:50
static bool test(const double testDuration, Worker &worker, const TestSelector &selector)
Invokes all test for the FREAK descriptor.
static bool testCreateBlurredFramePyramid(const double testDuration, Worker &worker)
Test the function creating a blurred frame pyramid.
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
bool TestFREAKDescriptorT_externalTests(const double testDuration, Worker &worker)
Invokes all test for the FREAK descriptor.
The namespace covering the entire Ocean framework.
Definition Accessor.h:15