8#ifndef META_OCEAN_TEST_TESTMATH_FISHEYE_CAMERA_H
9#define META_OCEAN_TEST_TESTMATH_FISHEYE_CAMERA_H
56 static bool testDistortion(
const unsigned int width,
const unsigned int height,
const double testDuration);
66 static bool testVectorDistorted(
const unsigned int width,
const unsigned int height,
const double testDuration);
This class implements tests for the FisheyeCamera.
Definition TestFisheyeCamera.h:29
static bool test(const double testDuration, const TestSelector &selector)
Tests all fisheye camera functions.
static bool testCameraConstructor(const double testDuration)
Tests the constructors of the camera function.
static bool testVectorDistorted(const unsigned int width, const unsigned int height, const double testDuration)
Tests the vector function with a distorted camera.
static bool testDistortion(const unsigned int width, const unsigned int height, const double testDuration)
Tests the distortion function.
This class implements a test selector that parses test function strings and determines which tests sh...
Definition TestSelector.h:51
The namespace covering the entire Ocean framework.
Definition Accessor.h:15