#include <MANoncentralRelative.hpp>
Public Member Functions | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | MANoncentralRelative (const double *bearingVectors1, const double *bearingVectors2, int numberBearingVectors1, int numberBearingVectors2) |
Constructor. See protected class-members to understand parameters. | |
virtual | ~MANoncentralRelative () |
Destructor. | |
virtual bearingVector_t | getBearingVector1 (size_t index) const |
virtual bearingVector_t | getBearingVector2 (size_t index) const |
virtual double | getWeight (size_t index) const |
virtual translation_t | getCamOffset1 (size_t index) const |
virtual rotation_t | getCamRotation1 (size_t index) const |
virtual translation_t | getCamOffset2 (size_t index) const |
virtual rotation_t | getCamRotation2 (size_t index) const |
virtual size_t | getNumberCorrespondences () const |
Public Member Functions inherited from opengv::relative_pose::RelativeAdapterBase | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | RelativeAdapterBase () |
Constructor. | |
RelativeAdapterBase (const rotation_t &R12) | |
Constructor. More... | |
RelativeAdapterBase (const translation_t &t12, const rotation_t &R12) | |
Constructor. More... | |
virtual | ~RelativeAdapterBase () |
Destructor. | |
opengv::translation_t | gett12 () const |
Retrieve the prior or known value for the relative position. More... | |
void | sett12 (const opengv::translation_t &t12) |
Set the prior or known value for the relative position. More... | |
opengv::rotation_t | getR12 () const |
Retrieve the prior or known value for the relative rotation. More... | |
void | setR12 (const opengv::rotation_t &R12) |
Set the prior or known value for the relative rotation. More... | |
Protected Attributes | |
const double * | _bearingVectors1 |
const double * | _bearingVectors2 |
int | _numberBearingVectors1 |
int | _numberBearingVectors2 |
Protected Attributes inherited from opengv::relative_pose::RelativeAdapterBase | |
opengv::translation_t | _t12 |
opengv::rotation_t | _R12 |
Check the documentation of the parent-class to understand the meaning of a RelativeAdapter. This child-class is for the non-central case and holds data in form of pointers to matlab-types.
|
virtual |
See parent-class
Implements opengv::relative_pose::RelativeAdapterBase.
|
virtual |
See parent-class
Implements opengv::relative_pose::RelativeAdapterBase.
|
virtual |
See parent-class
Implements opengv::relative_pose::RelativeAdapterBase.
|
virtual |
See parent-class
Implements opengv::relative_pose::RelativeAdapterBase.
|
virtual |
See parent-class
Implements opengv::relative_pose::RelativeAdapterBase.
|
virtual |
See parent-class
Implements opengv::relative_pose::RelativeAdapterBase.
|
virtual |
See parent-class
Implements opengv::relative_pose::RelativeAdapterBase.
|
virtual |
See parent-class
Implements opengv::relative_pose::RelativeAdapterBase.
|
protected |
A pointer to the bearing-vectors in viewpoint 1
|
protected |
A pointer to the bearing-vectors in viewpoint 2
|
protected |
The number of bearing-vectors in viewpoint 1
|
protected |
The number of bearing-vectors in viewpoint 2