8#ifndef META_OCEAN_TEST_TESTCV_TEST_FRAME_INTERPOLATOR_TRILINEAR_H
9#define META_OCEAN_TEST_TESTCV_TEST_FRAME_INTERPOLATOR_TRILINEAR_H
This class implements tests for the FrameInterpolatorTrilinear class.
Definition TestFrameInterpolatorTrilinear.h:31
static bool testHomographyStress(const double testDuration, Worker &worker)
Stress test: random homography on a random source frame produces a valid output frame and writes ever...
static bool test(const double testDuration, Worker &worker, const TestSelector &selector=TestSelector())
Starts all tests of the FrameInterpolatorTrilinear class.
static bool testResizeIdentitySize(const double testDuration, Worker &worker)
Tests that resizing to the same size returns a frame matching the input (target frame type matches ex...
static bool testInterpolatePosition(const double testDuration)
Tests interpolatePosition() returns sane (in-range) coordinates.
static bool testExtremeScaleStress(const double testDuration, Worker &worker)
Stress test: aggressive shrink (sub-pixel target sampling) and aggressive enlarge (super-pixel target...
static bool testRandomParametersStress(const double testDuration, Worker &worker)
Stress test: random parameter combinations exercise the resize path across many pixel formats / sizes...
static bool testResizeConstantFrame(const double testDuration, Worker &worker)
Tests that resizing a constant-colored frame produces a constant-colored output of approximately the ...
static bool testWorkerEquivalenceStress(const double testDuration, Worker &worker)
Stress test: large random shrink/enlarge with random padding and many channel counts; verifies worker...
static bool testResizeFrame(const double testDuration, Worker &worker)
Tests resize() with various pixel formats and shrink/enlarge factors.
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