g2o
Loading...
Searching...
No Matches
Namespaces | Functions
se3_ops.h File Reference
#include <Eigen/Core>
#include <Eigen/Geometry>
#include "g2o/core/eigen_types.h"
#include "g2o_types_slam3d_api.h"
#include "se3_ops.hpp"
Include dependency graph for se3_ops.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  g2o
 

Functions

G2O_TYPES_SLAM3D_API Matrix3 g2o::skew (const Vector3 &v)
 
G2O_TYPES_SLAM3D_API Vector3 g2o::deltaR (const Matrix3 &R)
 
G2O_TYPES_SLAM3D_API Vector2 g2o::project (const Vector3 &)
 
G2O_TYPES_SLAM3D_API Vector3 g2o::project (const Vector4 &)
 
G2O_TYPES_SLAM3D_API Vector3 g2o::unproject (const Vector2 &)
 
G2O_TYPES_SLAM3D_API Vector4 g2o::unproject (const Vector3 &)