g2o
|
parameters for a camera More...
#include <parameter_camera.h>
Public Member Functions | |
ParameterCamera () | |
void | setKcam (double fx, double fy, double cx, double cy) |
void | setOffset (const SE3Quat &offset_=SE3Quat()) |
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... | |
const Eigen::Matrix3d & | Kcam () const |
const Eigen::Matrix3d & | invKcam () const |
const Eigen::Matrix3d & | Kcam_inverseOffsetR () const |
Public Member Functions inherited from g2o::deprecated::ParameterSE3Offset | |
ParameterSE3Offset () | |
void | setOffset (const SE3Quat &offset_=SE3Quat()) |
const SE3Quat & | offset () const |
return the offset as SE3Quat More... | |
const Eigen::Isometry3d & | offsetMatrix () const |
rotation of the offset as 3x3 rotation matrix More... | |
const Eigen::Isometry3d & | inverseOffsetMatrix () const |
rotation of the inverse offset as 3x3 rotation matrix 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 | |
Public Attributes inherited from g2o::deprecated::ParameterSE3Offset | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
Protected Attributes | |
Eigen::Matrix3d | _Kcam |
Eigen::Matrix3d | _invKcam |
Eigen::Matrix3d | _Kcam_inverseOffsetR |
Protected Attributes inherited from g2o::deprecated::ParameterSE3Offset | |
SE3Quat | _offset |
Eigen::Isometry3d | _offsetMatrix |
Eigen::Isometry3d | _inverseOffsetMatrix |
Protected Attributes inherited from g2o::Parameter | |
int | _id |
parameters for a camera
Definition at line 41 of file parameter_camera.h.
g2o::deprecated::ParameterCamera::ParameterCamera | ( | ) |
Definition at line 36 of file parameter_camera.cpp.
|
inline |
Definition at line 52 of file parameter_camera.h.
Referenced by g2o::deprecated::EdgeSE3PointXYZDepth::initialEstimate(), and g2o::deprecated::EdgeSE3PointXYZDisparity::initialEstimate().
|
inline |
Definition at line 51 of file parameter_camera.h.
|
inline |
Definition at line 53 of file parameter_camera.h.
Referenced by g2o::deprecated::EdgeSE3PointXYZDepth::linearizeOplus(), and g2o::deprecated::EdgeSE3PointXYZDisparity::linearizeOplus().
|
virtual |
read the data from a stream
Reimplemented from g2o::deprecated::ParameterSE3Offset.
Definition at line 59 of file parameter_camera.cpp.
void g2o::deprecated::ParameterCamera::setKcam | ( | double | fx, |
double | fy, | ||
double | cx, | ||
double | cy | ||
) |
Definition at line 47 of file parameter_camera.cpp.
Definition at line 42 of file parameter_camera.cpp.
|
virtual |
write the data to a stream
Reimplemented from g2o::deprecated::ParameterSE3Offset.
Definition at line 70 of file parameter_camera.cpp.
|
protected |
Definition at line 57 of file parameter_camera.h.
|
protected |
Definition at line 56 of file parameter_camera.h.
|
protected |
Definition at line 58 of file parameter_camera.h.
g2o::deprecated::ParameterCamera::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 43 of file parameter_camera.h.