8#ifndef META_OCEAN_TEST_TESTCV_TEST_MASK_ANALYZER_H
9#define META_OCEAN_TEST_TESTCV_TEST_MASK_ANALYZER_H
52 static bool testDetectBoundingBox(
const unsigned int width,
const unsigned int height,
const double testDuration);
80 static bool testHasValue(
const unsigned int width,
const unsigned int height,
const double testDuration);
This class implements a frame analyzer test.
Definition TestMaskAnalyzer.h:31
static bool testHasValue(const unsigned int width, const unsigned int height, const double testDuration)
Tests the hasValue() function.
static bool testDetectBoundingBox(const unsigned int width, const unsigned int height, const double testDuration)
Tests the bounding box detection function.
static bool test(const unsigned int width, const unsigned int height, const double testDuration, Worker &worker, const TestSelector &selector=TestSelector())
Tests all mask analyzer functions.
static bool testDetectOpaqueBoundingBox(const unsigned int width, const unsigned int height, const double testDuration, Worker &worker)
Tests the opaque bounding box detection function.
static bool testDetectBoundingBoxWithRoughGuess(const unsigned int width, const unsigned int height, const double testDuration)
Tests the bounding box detection function widt given rough bounding box.
This class implements a test selector that parses test function strings and determines which tests sh...
Definition TestSelector.h:51
This class implements a worker able to distribute function calls over different threads.
Definition Worker.h:33
The namespace covering the entire Ocean framework.
Definition Accessor.h:15