37 #ifndef OPENGV_TYPES_HPP_ 38 #define OPENGV_TYPES_HPP_ 42 #include <Eigen/Eigen> 43 #include <Eigen/src/Core/util/DisableStupidWarnings.h> 54 typedef Eigen::Vector3d
58 typedef std::vector<bearingVector_t, Eigen::aligned_allocator<bearingVector_t> >
62 typedef Eigen::Vector3d
66 typedef std::vector<translation_t, Eigen::aligned_allocator<translation_t> >
70 typedef Eigen::Matrix3d
74 typedef std::vector<rotation_t, Eigen::aligned_allocator<rotation_t> >
81 typedef Eigen::Matrix<double,3,4>
85 typedef std::vector<transformation_t, Eigen::aligned_allocator<transformation_t> >
89 typedef Eigen::Vector3d
93 typedef Eigen::Vector4d
104 typedef Eigen::Matrix3d
108 typedef std::vector<essential_t, Eigen::aligned_allocator<essential_t> >
114 typedef Eigen::Matrix3cd
118 typedef std::vector< complexEssential_t, Eigen::aligned_allocator< complexEssential_t> >
122 typedef Eigen::Vector3d
126 typedef std::vector<point_t, Eigen::aligned_allocator<point_t> >
132 typedef Eigen::Vector3d
138 typedef Eigen::Matrix3d
146 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
162 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
Eigen::Vector3d cayley_t
Definition: types.hpp:90
std::vector< bearingVector_t, Eigen::aligned_allocator< bearingVector_t > > bearingVectors_t
Definition: types.hpp:59
Eigen::Matrix< double, 3, 4 > transformation_t
Definition: types.hpp:82
The namespace of this library.
Definition: AbsoluteAdapterBase.hpp:47
Eigen::Vector3d eigenvalues_t
Definition: types.hpp:133
struct opengv::EigensolverOutput eigensolverOutput_t
Eigen::Matrix3d essential_t
Definition: types.hpp:105
Eigen::Vector3d translation_t
Definition: types.hpp:63
Eigen::Vector4d eigenvalues
Definition: types.hpp:169
EIGEN_MAKE_ALIGNED_OPERATOR_NEW translation_t translation
Definition: types.hpp:149
Eigen::Matrix3d rotation_t
Definition: types.hpp:71
std::vector< essential_t, Eigen::aligned_allocator< essential_t > > essentials_t
Definition: types.hpp:109
EIGEN_MAKE_ALIGNED_OPERATOR_NEW Eigen::Vector4d translation
Definition: types.hpp:165
std::vector< rotation_t, Eigen::aligned_allocator< rotation_t > > rotations_t
Definition: types.hpp:75
Eigen::Matrix3d eigenvectors_t
Definition: types.hpp:139
Definition: types.hpp:144
Definition: types.hpp:160
std::vector< complexEssential_t, Eigen::aligned_allocator< complexEssential_t > > complexEssentials_t
Definition: types.hpp:119
struct opengv::GeOutput geOutput_t
rotation_t rotation
Definition: types.hpp:151
eigenvectors_t eigenvectors
Definition: types.hpp:155
Eigen::Vector3d bearingVector_t
Definition: types.hpp:55
Eigen::Matrix3cd complexEssential_t
Definition: types.hpp:115
std::vector< point_t, Eigen::aligned_allocator< point_t > > points_t
Definition: types.hpp:127
std::vector< transformation_t, Eigen::aligned_allocator< transformation_t > > transformations_t
Definition: types.hpp:86
std::vector< translation_t, Eigen::aligned_allocator< translation_t > > translations_t
Definition: types.hpp:67
Eigen::Vector3d point_t
Definition: types.hpp:123
Eigen::Matrix4d eigenvectors
Definition: types.hpp:171
rotation_t rotation
Definition: types.hpp:167
eigenvalues_t eigenvalues
Definition: types.hpp:153
Eigen::Vector4d quaternion_t
Definition: types.hpp:94