8 #ifndef META_OCEAN_TEST_TESTCV_TESTSYNTHESIS_TEST_CREATOR_I_1_H
9 #define META_OCEAN_TEST_TESTCV_TESTSYNTHESIS_TEST_CREATOR_I_1_H
24 namespace TestSynthesis
43 static bool test(
const unsigned int width,
const unsigned int height,
const double testDuration,
Worker& worker);
64 static bool testInpaintingContent(
const unsigned int width,
const unsigned int height,
const unsigned int channels,
const double testDuration,
Worker& worker);
95 template <
unsigned int tChannels>
This class implements a test for creators with one frame.
Definition: TestCreatorI1.h:32
static bool testInpaintingContent(const unsigned int width, const unsigned int height, const double testDuration, Worker &worker)
Tests the inpainting content creator.
static bool testInpaintingContent(const unsigned int width, const unsigned int height, const unsigned int channels, const double testDuration, Worker &worker)
Tests the inpainting content creator with a specified channel number.
static bool test(const unsigned int width, const unsigned int height, const double testDuration, Worker &worker)
Invokes all test functions.
static bool testInformationCost4Neighborhood(const unsigned int width, const unsigned int height, const double testDuration, Worker &worker)
Tests the 4-neighborhood cost information creator.
static bool testInformationSpatialCost(const unsigned int width, const unsigned int height, const double testDuration, Worker &worker)
Tests the spatial cost information creator.
static bool testInformationCost4Neighborhood(const unsigned int width, const unsigned int height, const double testDuration, Worker &worker)
Tests the 4-neighborhood cost information creator with a specified channel number.
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