28namespace TestBullseyes
44 static bool test(
const double testDuration);
Implementation of a monocular detector for the bullseye pattern.
Definition BullseyeDetectorMono.h:37
This class implements tests for the BullseyeDetectorMono.
Definition TestBullseyeDetectorMono.h:36
static bool test(const double testDuration)
Tests the BullseyeDetectorMono functions.
static bool testParametersSetFramePyramidLayers()
Tests the Parameters::setFramePyramidLayers() function.
static bool stressTestDetectBullseyes(const double testDuration)
Stress test for BullseyeDetectorMono::detectBullseyes()
static bool testParametersSetUseAdaptiveRowSpacing()
Tests the Parameters::setUseAdaptiveRowSpacing() function.
static bool testParametersFramePyramidPixelThreshold()
Tests the Parameters::framePyramidPixelThreshold() function.
static bool testDetectBullseyesWithSyntheticData(const double testDuration)
Unit test for BullseyeDetectorMono::detectBullseyes() with synthetic bullseye patterns.
static bool testParametersIsValid()
Tests the Parameters::isValid() function.
static bool testParametersUseAdaptiveRowSpacing()
Tests the Parameters::useAdaptiveRowSpacing() function.
static bool testParametersDefaultParameters()
Tests the Parameters::defaultParameters() function.
static bool testParametersSetFramePyramidPixelThreshold()
Tests the Parameters::setFramePyramidPixelThreshold() function.
static bool testParametersFramePyramidLayers()
Tests the Parameters::framePyramidLayers() function.
static bool testParametersConstructor()
Tests the default constructor of Parameters.
The namespace covering the entire Ocean framework.
Definition Accessor.h:15