8#ifndef META_OCEAN_TEST_TESTMATH_FISHEYE_CAMERA_H
9#define META_OCEAN_TEST_TESTMATH_FISHEYE_CAMERA_H
35 static bool test(
const double testDuration);
53 static bool testDistortion(
const unsigned int width,
const unsigned int height,
const double testDuration);
73 static bool testVectorDistorted(
const unsigned int width,
const unsigned int height,
const double testDuration);
This class implements tests for the FisheyeCamera.
Definition TestFisheyeCamera.h:27
static bool testVectorDistortionFree(const unsigned int width, const unsigned int height, const double testDuration)
Tests the vector function with an undistorted camera.
static bool testCameraConstructor(const double testDuration)
Tests the constructors of the camera function.
static bool test(const double testDuration)
Tests all fisheye camera functions.
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.
The namespace covering the entire Ocean framework.
Definition Accessor.h:15