Backproject
|
Represents the External Orientation of an image. More...
#include <ExteriorOrientation.h>
Public Member Functions | |
const vector & | get_rotation () const |
Returns the rotation. More... | |
void | set_rotation (const vector &rotation) |
sets the rotation More... | |
const vector & | get_translation () const |
returns the translation More... | |
void | set_translation (const vector &translation) |
sets the translation More... | |
matrix | get_transformation () |
Returns the rotation-matrix that is constructed by processing the rotation all three axes. More... | |
Represents the External Orientation of an image.
const std::vector< double > & ExteriorOrientation::get_rotation | ( | ) | const |
Returns the rotation.
matrix ExteriorOrientation::get_transformation | ( | ) |
Returns the rotation-matrix that is constructed by processing the rotation all three axes.
const std::vector< double > & ExteriorOrientation::get_translation | ( | ) | const |
returns the translation
void ExteriorOrientation::set_rotation | ( | const vector & | rotation | ) |
sets the rotation
rotation | rotation as a vector of doubles, containing rotation for respectively x,y,z |
void ExteriorOrientation::set_translation | ( | const vector & | translation | ) |
sets the translation
translation | translation as a vector of doubles, containing translation for respectively x,y,z |