8 #ifndef META_OCEAN_TEST_TESTGEOMETRY_TEST_ERROR_H
9 #define META_OCEAN_TEST_TESTGEOMETRY_TEST_ERROR_H
19 namespace TestGeometry
35 static bool test(
const double testDuration);
This class implements the test for the Error class of the geometry library.
Definition: TestError.h:27
static bool testDeterminePoseErrorSeparatePinhole(const double testDuration)
Tests the pose error determination function for separate error values with pinhole camera.
static bool testDeterminePoseErrorCombinedPinhole(const double testDuration)
Tests the pose error determination function for combined error values.
static bool testDeterminePoseErrorCombinedAnyCamera(const double testDuration)
Tests the pose error determination function for combined error values.
static bool testDetermineHomographyErrorSeparate(const double testDuration)
Tests the homography error determination function for separate error values.
static bool testDeterminePoseErrorSeparateAnyCamera(const double testDuration)
Tests the pose error determination function for separate error values with any camera.
static bool test(const double testDuration)
Tests the entire error functionality.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15