8 #ifndef META_OCEAN_TEST_TESTCV_TESTDETECTOR_TEST_FREAK_DESCRIPTOR_H
9 #define META_OCEAN_TEST_TESTCV_TESTDETECTOR_TEST_FREAK_DESCRIPTOR_H
28 namespace TestDetector
32 template <
size_t tSize>
33 class TestFREAKDescriptorT;
46 template <
size_t tSize>
57 static bool test(
const double testDuration,
Worker& worker);
68 #ifdef OCEAN_USE_EXTERNAL_TEST_FREAK_DESCRIPTOR
77 template <
size_t tSize>
Forward-declaration of the descriptor class.
Definition: FREAKDescriptor.h:84
Forward-declaration of the test class for FREAK descriptors.
Definition: TestFREAKDescriptor.h:48
static bool test(const double testDuration, Worker &worker)
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 worker able to distribute function calls over different threads.
Definition: Worker.h:33
TestFREAKDescriptorT< 32 > TestFREAKDescriptor32
Typedef for the test class of the 32-bytes long FREAK descriptors.
Definition: TestFREAKDescriptor.h:33
TestFREAKDescriptorT< 64 > TestFREAKDescriptor64
Typedef for the test class of the 64-bytes long FREAK descriptors.
Definition: TestFREAKDescriptor.h:39
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