#include <types_sba.h>
Public Member Functions | |
void | computeError () |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | EdgeProjectP2MC () |
virtual void | linearizeOplus () |
Jacobian for monocular projection. | |
virtual bool | read (std::istream &is) |
read the vertex from a stream, i.e., the internal state of the vertex | |
virtual bool | write (std::ostream &os) const |
write the vertex to a stream |
Definition at line 124 of file types_sba.h.
Definition at line 193 of file types_sba.cpp.
void g2o::EdgeProjectP2MC::computeError | ( | ) | [inline, virtual] |
Implements g2o::OptimizableGraph::Edge.
Definition at line 133 of file types_sba.h.
void g2o::EdgeProjectP2MC::linearizeOplus | ( | ) | [virtual] |
Jacobian for monocular projection.
Reimplemented from g2o::BaseBinaryEdge< 2, Vector2d, VertexPointXYZ, VertexCam >.
Definition at line 332 of file types_sba.cpp.
bool g2o::EdgeProjectP2MC::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 199 of file types_sba.cpp.
bool g2o::EdgeProjectP2MC::write | ( | std::ostream & | os | ) | const [virtual] |
write the vertex to a stream
Implements g2o::OptimizableGraph::Edge.
Definition at line 211 of file types_sba.cpp.