8#ifndef META_OCEAN_TEST_TESTGEOMETRY_TEST_PNP_H
9#define META_OCEAN_TEST_TESTGEOMETRY_TEST_PNP_H
45 static bool testPose(
const double testDuration);
53 static bool testPose(
const unsigned int numberPoints,
const double testDuration);
This class implements a PnP test.
Definition TestPnP.h:29
static bool test(const double testDuration, const TestSelector &selector)
Invokes the tests of for the perspective pose problem (with at least five points).
static bool testPose(const unsigned int numberPoints, const double testDuration)
Tests the perspective pose problem for at least five random points.
static bool testPose(const double testDuration)
Tests the perspective pose problem for at least five random points.
This class implements a test selector that parses test function strings and determines which tests sh...
Definition TestSelector.h:51
The namespace covering the entire Ocean framework.
Definition Accessor.h:15