8#ifndef META_OCEAN_TEST_TESTCV_TESTSEGMENTATION_TEST_MASK_CREATOR_H
9#define META_OCEAN_TEST_TESTCV_TESTSEGMENTATION_TEST_MASK_CREATOR_H
24namespace TestSegmentation
44 static bool test(
const unsigned int width,
const unsigned int height,
const double testDuration,
Worker& worker,
const TestSelector& selector);
54 static bool testJoinMasks(
const unsigned int width,
const unsigned int height,
const double testDuration,
Worker& worker);
This class implements a mask analyzer test.
Definition TestMaskCreator.h:32
static bool testJoinMasks(const unsigned int width, const unsigned int height, const double testDuration, Worker &worker)
Tests the join masks function.
static bool test(const unsigned int width, const unsigned int height, const double testDuration, Worker &worker, const TestSelector &selector)
Tests all mask creator functions.
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