38 #ifndef OPENGV_ABSOLUTE_POSE_MANONCENTRALABSOLUTE_HPP_ 39 #define OPENGV_ABSOLUTE_POSE_MANONCENTRALABSOLUTE_HPP_ 54 namespace absolute_pose
69 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
75 const double * points,
76 const double * bearingVectors,
78 int numberBearingVectors );
90 virtual double getWeight(
size_t index )
const;
opengv::translation_t _t
Definition: AbsoluteAdapterBase.hpp:164
virtual opengv::point_t getPoint(size_t index) const
int _numberPoints
Definition: MANoncentralAbsolute.hpp:107
EIGEN_MAKE_ALIGNED_OPERATOR_NEW MANoncentralAbsolute(const double *points, const double *bearingVectors, int numberPoints, int numberBearingVectors)
Constructor. See protected class-members to understand parameters.
The namespace of this library.
Definition: AbsoluteAdapterBase.hpp:47
virtual double getWeight(size_t index) const
virtual opengv::rotation_t getCamRotation(size_t index) const
virtual ~MANoncentralAbsolute()
Adapter-class for passing bearing-vector-to-point correspondences to the absolute-pose algorithms...
opengv::rotation_t _R
Definition: AbsoluteAdapterBase.hpp:174
virtual opengv::translation_t getCamOffset(size_t index) const
int _numberBearingVectors
Definition: MANoncentralAbsolute.hpp:109
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::Matrix3d rotation_t
Definition: types.hpp:71
Definition: MANoncentralAbsolute.hpp:62
virtual size_t getNumberCorrespondences() const
const double * _points
Definition: MANoncentralAbsolute.hpp:103
Eigen::Vector3d bearingVector_t
Definition: types.hpp:55
const double * _bearingVectors
Definition: MANoncentralAbsolute.hpp:105
Eigen::Vector3d point_t
Definition: types.hpp:123
virtual opengv::bearingVector_t getBearingVector(size_t index) const
Definition: AbsoluteAdapterBase.hpp:63