|
g2o
|
#include <parameter_cameraparameters.h>


Public Member Functions | |
| CameraParameters () | |
| CameraParameters (double focal_length, const Vector2 &principle_point, double baseline) | |
| Vector2 | cam_map (const Vector3 &trans_xyz) const |
| Vector3 | stereocam_uvu_map (const Vector3 &trans_xyz) const |
| bool | read (std::istream &is) |
| read the data from a stream | |
| bool | write (std::ostream &os) const |
| write the data to a stream | |
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 () |
Public Attributes | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW | |
| double | focal_length |
| Vector2 | principle_point |
| double | baseline |
Additional Inherited Members | |
Protected Attributes inherited from g2o::Parameter | |
| int | _id |
Definition at line 38 of file parameter_cameraparameters.h.
| g2o::CameraParameters::CameraParameters | ( | ) |
Definition at line 33 of file parameter_cameraparameters.cpp.
| g2o::CameraParameters::CameraParameters | ( | double | focal_length, |
| const Vector2 & | principle_point, | ||
| double | baseline | ||
| ) |
Definition at line 36 of file parameter_cameraparameters.cpp.
Definition at line 59 of file parameter_cameraparameters.cpp.
References focal_length, principle_point, and g2o::project().
Referenced by g2o::EdgeProjectPSI2UV::computeError(), g2o::EdgeProjectXYZ2UV::computeError(), main(), and stereocam_uvu_map().
|
virtual |
read the data from a stream
Implements g2o::Parameter.
Definition at line 43 of file parameter_cameraparameters.cpp.
References baseline, focal_length, and principle_point.
Definition at line 67 of file parameter_cameraparameters.cpp.
References baseline, cam_map(), focal_length, and principle_point.
Referenced by g2o::EdgeProjectXYZ2UVU::computeError().
|
virtual |
write the data to a stream
Implements g2o::Parameter.
Definition at line 51 of file parameter_cameraparameters.cpp.
References baseline, focal_length, and principle_point.
| double g2o::CameraParameters::baseline |
Definition at line 52 of file parameter_cameraparameters.h.
Referenced by read(), stereocam_uvu_map(), and write().
| g2o::CameraParameters::EIGEN_MAKE_ALIGNED_OPERATOR_NEW |
Definition at line 40 of file parameter_cameraparameters.h.
| double g2o::CameraParameters::focal_length |
Definition at line 50 of file parameter_cameraparameters.h.
Referenced by cam_map(), g2o::EdgeProjectPSI2UV::linearizeOplus(), g2o::EdgeProjectXYZ2UV::linearizeOplus(), read(), stereocam_uvu_map(), and write().
| Vector2 g2o::CameraParameters::principle_point |
Definition at line 51 of file parameter_cameraparameters.h.
Referenced by cam_map(), read(), stereocam_uvu_map(), and write().