|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | CentralRelativeWeightingAdapter (const bearingVectors_t &bearingVectors1, const bearingVectors_t &bearingVectors2, const std::vector< double > &weights) |
| Constructor. See protected class-members to understand parameters.
|
|
| CentralRelativeWeightingAdapter (const bearingVectors_t &bearingVectors1, const bearingVectors_t &bearingVectors2, const std::vector< double > &weights, const rotation_t &R12) |
| Constructor. See protected class-members to understand parameters.
|
|
| CentralRelativeWeightingAdapter (const bearingVectors_t &bearingVectors1, const bearingVectors_t &bearingVectors2, const std::vector< double > &weights, const translation_t &t12, const rotation_t &R12) |
| Constructor. See protected class-members to understand parameters.
|
|
virtual | ~CentralRelativeWeightingAdapter () |
| 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 |
|
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...
|
|
Check the documentation of the parent-class to understand the meaning of a RelativeAdapter. This child-class is for the central case and holds data in form of references to opengv-types. It also includes weights for the correspondences.