8#ifndef META_OCEAN_TEST_TESTCV_TESTDETECTOR_TEST_FREAK_DESCRIPTOR_H
9#define META_OCEAN_TEST_TESTCV_TESTDETECTOR_TEST_FREAK_DESCRIPTOR_H
32template <
size_t tSize>
33class TestFREAKDescriptorT;
46template <
size_t tSize>
57 static bool test(
const double testDuration,
Worker& worker);
68#ifdef OCEAN_USE_EXTERNAL_TEST_FREAK_DESCRIPTOR
77template <
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: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
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