g2o
|
#include <types_six_dof_expmap.h>
Public Member Functions | |
CameraParameters () | |
CameraParameters (double focal_length, const Vector2D &principle_point, double baseline) | |
Vector2D | cam_map (const Vector3D &trans_xyz) const |
Vector3D | stereocam_uvu_map (const Vector3D &trans_xyz) const |
virtual bool | read (std::istream &is) |
read the data from a stream More... | |
virtual bool | write (std::ostream &os) const |
write the data to a stream More... | |
Public Member Functions inherited from g2o::Parameter | |
Parameter () | |
virtual | ~Parameter () |
int | id () const |
void | setId (int id_) |
virtual HyperGraph::HyperGraphElementType | elementType () const |
Public Member Functions inherited from g2o::HyperGraph::HyperGraphElement | |
virtual | ~HyperGraphElement () |
HyperGraphElement * | clone () const |
Public Attributes | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
double | focal_length |
Vector2D | principle_point |
double | baseline |
Additional Inherited Members | |
Protected Attributes inherited from g2o::Parameter | |
int | _id |
Definition at line 43 of file types_six_dof_expmap.h.
g2o::CameraParameters::CameraParameters | ( | ) |
Definition at line 45 of file types_six_dof_expmap.cpp.
|
inline |
Definition at line 49 of file types_six_dof_expmap.h.
Definition at line 70 of file types_six_dof_expmap.cpp.
References g2o::project2d().
Referenced by g2o::EdgeProjectXYZ2UV::computeError(), g2o::EdgeProjectPSI2UV::computeError(), and main().
|
inlinevirtual |
read the data from a stream
Implements g2o::Parameter.
Definition at line 60 of file types_six_dof_expmap.h.
Definition at line 78 of file types_six_dof_expmap.cpp.
Referenced by g2o::EdgeProjectXYZ2UVU::computeError().
|
inlinevirtual |
write the data to a stream
Implements g2o::Parameter.
Definition at line 68 of file types_six_dof_expmap.h.
double g2o::CameraParameters::baseline |
Definition at line 78 of file types_six_dof_expmap.h.
g2o::CameraParameters::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 46 of file types_six_dof_expmap.h.
double g2o::CameraParameters::focal_length |
Definition at line 76 of file types_six_dof_expmap.h.
Referenced by g2o::EdgeProjectXYZ2UV::linearizeOplus(), and g2o::EdgeProjectPSI2UV::linearizeOplus().
Vector2D g2o::CameraParameters::principle_point |
Definition at line 77 of file types_six_dof_expmap.h.