28namespace TestBullseyes
44 static bool test(
const double testDuration);
This class implements a stereo detector for bullseye patterns.
Definition BullseyeDetectorStereo.h:41
This class implements a generator for random numbers.
Definition RandomGenerator.h:42
This class implements tests for the BullseyeDetectorStereo.
Definition TestBullseyeDetectorStereo.h:36
static bool test(const double testDuration)
Tests the BullseyeDetectorStereo functions.
static bool testParameters(const double testDuration, RandomGenerator &randomGenerator)
Tests the Parameters class.
static bool testCandidate(const double testDuration, RandomGenerator &randomGenerator)
Tests the Candidate class.
static bool stressTestDetectBullseyes(const double testDuration, RandomGenerator &randomGenerator)
Stress test for BullseyeDetectorStereo::detectBullseyes()
static bool testTriangulateBullseye(const double testDuration, RandomGenerator &randomGenerator)
Tests the triangulateBullseye() static function.
static bool testInvalidMatchingCost()
Tests the invalidMatchingCost() static function.
The namespace covering the entire Ocean framework.
Definition Accessor.h:15