8 #ifndef META_OCEAN_TEST_TESTCV_TESTSEGMENTATION_TEST_MASK_CREATOR_H
9 #define META_OCEAN_TEST_TESTCV_TESTSEGMENTATION_TEST_MASK_CREATOR_H
22 namespace TestSegmentation
41 static bool test(
const unsigned int width,
const unsigned int height,
const double testDuration,
Worker& worker);
51 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:30
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)
Tests all mask creator functions.
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