8#ifndef META_OCEAN_TEST_TESTCV_TEST_FRAME_OPERATIONS_H
9#define META_OCEAN_TEST_TESTCV_TEST_FRAME_OPERATIONS_H
54 static bool testSubtraction(
const unsigned int width,
const unsigned int height,
const unsigned int channels,
const double testDuration,
Worker& worker);
This class implements Ocean's image class.
Definition Frame.h:1879
This class implements a frame operations test.
Definition TestFrameOperations.h:31
static bool testSubtraction(const unsigned int width, const unsigned int height, const unsigned int channels, const double testDuration, Worker &worker)
Tests the subtraction of two frames.
static bool validateSubtraction(const Frame &source0, const Frame &source1, const Frame &target)
Validation of frame subtraction.
static bool test(const double testDuration, Worker &worker, const TestSelector &selector=TestSelector())
Tests all frame operation 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