8 #ifndef META_OCEAN_GEOMETRY_P4P_H
9 #define META_OCEAN_GEOMETRY_P4P_H
This class implements the abstract base class for all AnyCamera objects.
Definition: AnyCamera.h:130
This class provides functions determining the camera's pose by a set of four 3D object and 2D image p...
Definition: P4P.h:27
static bool pose(const AnyCamera &camera, const Vector3 *objectPoints, const Vector2 *imagePoints, HomogenousMatrix4 &world_T_camera)
Calculates the pose of a camera by a set of four image and object points.
static bool calculatePointDistances(const Vector3 *objectPoints, const Vector3 *imageRays, Scalar distances[4])
Calculates four distances between camera center and the four 3D object points.
This class is the base class for all perspective pose classes.
Definition: PerspectivePose.h:27
float Scalar
Definition of a scalar type.
Definition: Math.h:128
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15