classPiiCalibration::RelativePosition
#include <PiiCalibration.h>
A structure that stores the extrinsic parameters related to a scene viewed.
Description
These parameterers are specific to a certain view. Please refer to Extrinsic Parameters for an explanation.
Constructors and destructor
|
Initialize a relative position with a rotation matrix and a translation vector. |
|
|
Initialize rotation and translation vectors to the given values. |
|
|
( )
Initializes all parameters to zero. |
Public member functions
|
PiiMatrix< double >
|
( )
Convert the rotation vector to a 3-by-3 rotation matrix. |
|
PiiMatrix< double >
|
Return the translation vector as a 3-by-1 column matrix. |
Function details
-
Initialize a relative position with a rotation matrix and a translation vector.
Parameters
- rot
-
a 3-by-3 rotation matrix
- trans
-
a 3-by-1 or 1-by-3 traslation vector
-
RelativePosition
[inline]Initialize rotation and translation vectors to the given values.
-
RelativePosition
()[inline]Initializes all parameters to zero.
-
PiiMatrix< double > rotationMatrix
()Convert the rotation vector to a 3-by-3 rotation matrix.
-
PiiMatrix< double > translationMatrix
()Return the translation vector as a 3-by-1 column matrix.
Add a note
Not a single note added yet. Be the first, add yours.