|
|
| NoncentralAbsoluteAdapter (const bearingVectors_t &bearingVectors, const camCorrespondences_t &camCorrespondences, const points_t &points, const translations_t &camOffsets, const rotations_t &camRotations) |
| | Constructor. See protected class-members to understand parameters.
|
| |
|
| NoncentralAbsoluteAdapter (const bearingVectors_t &bearingVectors, const camCorrespondences_t &camCorrespondences, const points_t &points, const translations_t &camOffsets, const rotations_t &camRotations, const rotation_t &R) |
| | Constructor. See protected class-members to understand parameters.
|
| |
|
| NoncentralAbsoluteAdapter (const bearingVectors_t &bearingVectors, const camCorrespondences_t &camCorrespondences, const points_t &points, const translations_t &camOffsets, const rotations_t &camRotations, const translation_t &t, const rotation_t &R) |
| | Constructor. See protected class-members to understand parameters.
|
| |
|
virtual | ~NoncentralAbsoluteAdapter () |
| | Destructor.
|
| |
| virtual opengv::bearingVector_t | getBearingVector (size_t index) const |
| |
| virtual double | getWeight (size_t index) const |
| |
| virtual opengv::translation_t | getCamOffset (size_t index) const |
| |
| virtual opengv::rotation_t | getCamRotation (size_t index) const |
| |
| virtual opengv::point_t | getPoint (size_t index) const |
| |
| virtual size_t | getNumberCorrespondences () const |
| |
|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | AbsoluteAdapterBase () |
| | Constructor.
|
| |
| | AbsoluteAdapterBase (const opengv::rotation_t &R) |
| | Constructor. More...
|
| |
| | AbsoluteAdapterBase (const opengv::translation_t &t, const opengv::rotation_t &R) |
| | Constructor. More...
|
| |
|
virtual | ~AbsoluteAdapterBase () |
| | Destructor.
|
| |
| opengv::translation_t | gett () const |
| | Retrieve the prior or known value for the position. More...
|
| |
| void | sett (const opengv::translation_t &t) |
| | Set the prior or known value for the position. More...
|
| |
| opengv::rotation_t | getR () const |
| | Retrieve the prior or known value for the rotation. More...
|
| |
| void | setR (const opengv::rotation_t &R) |
| | Set the prior or known value for the rotation. More...
|
| |
Check the documentation of the parent-class to understand the meaning of an AbsoluteAdapter. This child-class is for the non-central case and holds data in form of references to opengv-types.