38 #ifndef OPENGV_RELATIVE_POSE_CENTRALRELATIVEADAPTER_HPP_ 39 #define OPENGV_RELATIVE_POSE_CENTRALRELATIVEADAPTER_HPP_ 54 namespace relative_pose
69 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
104 virtual double getWeight(
size_t index )
const;
std::vector< bearingVector_t, Eigen::aligned_allocator< bearingVector_t > > bearingVectors_t
Definition: types.hpp:59
Definition: CentralRelativeAdapter.hpp:62
The namespace of this library.
Definition: AbsoluteAdapterBase.hpp:47
virtual bearingVector_t getBearingVector1(size_t index) const
Adapter-class for passing bearing-vector correspondences to the relative-pose algorithms.
virtual rotation_t getCamRotation2(size_t index) const
virtual size_t getNumberCorrespondences() const
virtual translation_t getCamOffset1(size_t index) const
const bearingVectors_t & _bearingVectors2
Definition: CentralRelativeAdapter.hpp:120
opengv::rotation_t _R12
Definition: RelativeAdapterBase.hpp:188
const bearingVectors_t & _bearingVectors1
Definition: CentralRelativeAdapter.hpp:118
Eigen::Vector3d translation_t
Definition: types.hpp:63
A collection of variables used in geometric vision for the computation of calibrated absolute and rel...
EIGEN_MAKE_ALIGNED_OPERATOR_NEW CentralRelativeAdapter(const bearingVectors_t &bearingVectors1, const bearingVectors_t &bearingVectors2)
Constructor. See protected class-members to understand parameters.
Eigen::Matrix3d rotation_t
Definition: types.hpp:71
virtual double getWeight(size_t index) const
opengv::translation_t _t12
Definition: RelativeAdapterBase.hpp:178
Definition: RelativeAdapterBase.hpp:63
virtual rotation_t getCamRotation1(size_t index) const
Eigen::Vector3d bearingVector_t
Definition: types.hpp:55
virtual ~CentralRelativeAdapter()
Destructor.
virtual translation_t getCamOffset2(size_t index) const
virtual bearingVector_t getBearingVector2(size_t index) const