SBACam Vertex, (x,y,z,qw,qx,qy,qz) the parameterization for the increments constructed is a 6d vector (x,y,z,qx,qy,qz) (note that we leave out the w part of the quaternion. qw is assumed to be positive, otherwise there is an ambiguity in qx,qy,qz as a rotation. More...
#include <types_sba.h>
Public Member Functions | |
virtual void | oplus (double *update) |
update the position of the node from the parameters in v | |
virtual bool | read (std::istream &is) |
read the vertex from a stream, i.e., the internal state of the vertex | |
virtual void | setToOrigin () |
sets the node to the origin (used in the multilevel stuff) | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | VertexCam () |
virtual bool | write (std::ostream &os) const |
write the vertex to a stream | |
Public Attributes | |
VertexIntrinsics * | _intrinsics |
SBACam Vertex, (x,y,z,qw,qx,qy,qz) the parameterization for the increments constructed is a 6d vector (x,y,z,qx,qy,qz) (note that we leave out the w part of the quaternion. qw is assumed to be positive, otherwise there is an ambiguity in qx,qy,qz as a rotation.
Definition at line 61 of file types_sba.h.
Definition at line 62 of file types_sba.cpp.
virtual void g2o::VertexCam::oplus | ( | double * | v | ) | [inline, virtual] |
update the position of the node from the parameters in v
Implements g2o::OptimizableGraph::Vertex.
Definition at line 74 of file types_sba.h.
bool g2o::VertexCam::read | ( | std::istream & | is | ) | [virtual] |
read the vertex from a stream, i.e., the internal state of the vertex
Implements g2o::OptimizableGraph::Vertex.
Definition at line 67 of file types_sba.cpp.
virtual void g2o::VertexCam::setToOrigin | ( | ) | [inline, virtual] |
sets the node to the origin (used in the multilevel stuff)
Implements g2o::OptimizableGraph::Vertex.
Definition at line 70 of file types_sba.h.
bool g2o::VertexCam::write | ( | std::ostream & | os | ) | const [virtual] |
write the vertex to a stream
Implements g2o::OptimizableGraph::Vertex.
Definition at line 108 of file types_sba.cpp.
Definition at line 89 of file types_sba.h.