8#ifndef META_OCEAN_TEST_TESTGEOMETRY_TEST_ESTIMATOR_H
9#define META_OCEAN_TEST_TESTGEOMETRY_TEST_ESTIMATOR_H
82 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:31
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 test(const double testDuration, const TestSelector &selector)
Tests the entire error functionality.
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:85
This class implements a test selector that parses test function strings and determines which tests sh...
Definition TestSelector.h:51
float Scalar
Definition of a scalar type.
Definition Math.h:129
The namespace covering the entire Ocean framework.
Definition Accessor.h:15