8 #ifndef META_OCEAN_TEST_TESTGEOMETRY_TEST_PNP_H
9 #define META_OCEAN_TEST_TESTGEOMETRY_TEST_PNP_H
19 namespace TestGeometry
35 static bool test(
const double testDuration);
42 static bool testPose(
const double testDuration);
50 static bool testPose(
const unsigned int numberPoints,
const double testDuration);
This class implements a PnP test.
Definition: TestPnP.h:27
static bool testPose(const unsigned int numberPoints, const double testDuration)
Tests the perspective pose problem for at least five random points.
static bool test(const double testDuration)
Invokes the tests of for the perspective pose problem (with at least five points).
static bool testPose(const double testDuration)
Tests the perspective pose problem for at least five random points.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15