g2o
|
Go to the source code of this file.
Functions | |
Matrix3D | skew (const Vector3D &v) |
Vector3D | deltaR (const Matrix3D &R) |
Vector2D | project (const Vector3D &v) |
Vector3D | project (const Vector4D &v) |
Vector3D | unproject (const Vector2D &v) |
Vector4D | unproject (const Vector3D &v) |
Vector3D deltaR | ( | const Matrix3D & | R | ) |
Definition at line 40 of file se3_ops.hpp.
Vector2D project | ( | const Vector3D & | v | ) |
Definition at line 49 of file se3_ops.hpp.
Vector3D project | ( | const Vector4D & | v | ) |
Definition at line 57 of file se3_ops.hpp.
Matrix3D skew | ( | const Vector3D & | v | ) |
Definition at line 27 of file se3_ops.hpp.
Vector3D unproject | ( | const Vector2D & | v | ) |
Definition at line 66 of file se3_ops.hpp.
Vector4D unproject | ( | const Vector3D & | v | ) |
Definition at line 75 of file se3_ops.hpp.