8 #ifndef META_OCEAN_TEST_TESTGEOMETRY_TEST_ESTIMATOR_H
9 #define META_OCEAN_TEST_TESTGEOMETRY_TEST_ESTIMATOR_H
21 namespace TestGeometry
37 static bool test(
const double testDuration);
79 static inline bool compareAbsolute(
const Scalar& firstValue,
const Scalar& secondValue);
static T abs(const T value)
Returns the absolute value of a given value.
Definition: Numeric.h:1220
This class implements the test for the Estimator class of the geometry library.
Definition: TestEstimator.h:29
static bool test(const double testDuration)
Tests the entire error functionality.
static bool testIsStandardEstimator()
Tests the isStandardEstimator() function.
static bool testTranslateEstimatorType()
Tests the translate function.
static bool testRobustWeight(const double testDuration)
Tests the robust weight function.
static bool testNeedSigma()
Tests the needSigma() function.
static bool testRobustError(const double testDuration)
Tests the robust error function.
static bool compareAbsolute(const Scalar &firstValue, const Scalar &secondValue)
Returns whether the absolute value of a given first value is smaller than the absolute value of a giv...
Definition: TestEstimator.h:82
float Scalar
Definition of a scalar type.
Definition: Math.h:128
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15