28namespace TestBullseyes
52 static bool test(
const double testDuration);
Definition of a bullseye composed of a location and a radius.
Definition Bullseye.h:32
This class implements utility functions for the Bullseyes library.
Definition cv/detector/bullseyes/Utilities.h:36
This class implements a generator for random numbers.
Definition RandomGenerator.h:42
This class implements tests for the Utilities class.
Definition testcv/testdetector/testbullseyes/TestUtilities.h:36
static bool testDrawBullseye(const double testDuration, RandomGenerator &randomGenerator)
Test for Utilities::drawBullseye()
static bool testCreateBullseyeImage(const double testDuration, RandomGenerator &randomGenerator)
Test for Utilities::createBullseyeImage()
static Bullseye createRandomValidBullseye(RandomGenerator &randomGenerator)
Creates a random valid bullseye with random position, radius, and gray threshold.
static bool testDrawBullseyeWithOffset(const double testDuration, RandomGenerator &randomGenerator)
Test for Utilities::drawBullseyeWithOffset()
static bool test(const double testDuration)
Tests the Utilities functions.
static bool testDrawBullseyes(const double testDuration, RandomGenerator &randomGenerator)
Test for Utilities::drawBullseyes()
The namespace covering the entire Ocean framework.
Definition Accessor.h:15