8 #ifndef META_OCEAN_TEST_TESTCV_TESTOPENCV_TEST_GEOMETRY_H
9 #define META_OCEAN_TEST_TESTCV_TESTOPENCV_TEST_GEOMETRY_H
40 static bool test(
const double testDuration);
57 static bool testPnP(
const double testDuration,
const PinholeCamera& pinholeCamera,
const size_t numberOfPoints = 3);
This class tests the performance of several OpenCV functions from the module calib3d (aka geometry in...
Definition: testcv/testopencv/TestGeometry.h:32
static bool test(const double testDuration)
Tests all functions of relevant feature detectors in OpenCV.
static const std::string & testName()
Returns the name of this test.
static bool testPnPRANSAC(const double testDuration, const PinholeCamera &pinholeCamera, const size_t numberOfPoints=3)
Test for the OpenCV PnP functionality (including RANSAC)
static bool testPnP(const double testDuration, const PinholeCamera &pinholeCamera, const size_t numberOfPoints=3)
Test for the OpenCV PnP functionality.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15