37 #ifndef OPENGV_CAYLEY_HPP_ 38 #define OPENGV_CAYLEY_HPP_ Eigen::Vector3d cayley_t
Definition: types.hpp:90
The namespace of this library.
Definition: AbsoluteAdapterBase.hpp:47
rotation_t cayley2rot(const cayley_t &cayley)
Compute a rotation matrix from Cayley-parameters, following [14].
rotation_t cayley2rot_reduced(const cayley_t &cayley)
Compute a fake rotation matrix from Cayley-parameters, following [14]. The rotation matrix is missing...
cayley_t rot2cayley(const rotation_t &R)
Compute the Cayley-parameters of a rotation matrix, following [14].
A collection of variables used in geometric vision for the computation of calibrated absolute and rel...
Eigen::Matrix3d rotation_t
Definition: types.hpp:71