#include <types_six_dof_expmap.h>
Public Member Functions | |
void | computeError () |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | EdgeProjectXYZ2UVQ () |
virtual void | linearizeOplus () |
bool | read (std::istream &is) |
read the vertex from a stream, i.e., the internal state of the vertex | |
bool | write (std::ostream &os) const |
write the vertex to a stream |
Definition at line 155 of file types_six_dof_expmap.h.
Definition at line 110 of file types_six_dof_expmap.cpp.
void g2o::EdgeProjectXYZ2UVQ::computeError | ( | ) | [inline, virtual] |
Implements g2o::OptimizableGraph::Edge.
Definition at line 163 of file types_six_dof_expmap.h.
void g2o::EdgeProjectXYZ2UVQ::linearizeOplus | ( | ) | [virtual] |
Linearizes the oplus operator in the vertex, and stores the result in temporary variables _jacobianOplusXi and _jacobianOplusXj
Reimplemented from g2o::BaseBinaryEdge< 3, Vector3d, VertexPointXYZ, VertexSE3Expmap >.
Definition at line 211 of file types_six_dof_expmap.cpp.
bool g2o::EdgeProjectXYZ2UVQ::read | ( | std::istream & | is | ) | [virtual] |
read the vertex from a stream, i.e., the internal state of the vertex
Implements g2o::OptimizableGraph::Edge.
Definition at line 268 of file types_six_dof_expmap.cpp.
bool g2o::EdgeProjectXYZ2UVQ::write | ( | std::ostream & | os | ) | const [virtual] |
write the vertex to a stream
Implements g2o::OptimizableGraph::Edge.
Definition at line 284 of file types_six_dof_expmap.cpp.