Structure to hold the parameters of a pinhole camera model (for use in mono-slam). More...
#include <mrpt/vision/CCamModel.h>
Public Member Functions | |
| TCamera () | |
Public Attributes | |
| unsigned int | nrows |
| unsigned int | ncols |
| double | cx |
| 'x' position of the optic center over the image | |
| double | cy |
| 'y' position of the optic center over the image | |
| double | fx |
| the focal distance of the camera, in 'x' pixels | |
| double | fy |
| the focal distance of the camera, in 'y' pixels | |
| double | dist [5] |
| [k1 k2 t1 t2 0] -> k_i: parameters of radial distortion, t_i: parameters of tangential distortion (default=0) | |
Structure to hold the parameters of a pinhole camera model (for use in mono-slam).
Definition at line 46 of file CCamModel.h.
| mrpt::vision::TCamera::TCamera | ( | ) | [inline] |
Definition at line 47 of file CCamModel.h.
| double mrpt::vision::TCamera::cx |
'x' position of the optic center over the image
Definition at line 54 of file CCamModel.h.
| double mrpt::vision::TCamera::cy |
'y' position of the optic center over the image
Definition at line 55 of file CCamModel.h.
| double mrpt::vision::TCamera::dist[5] |
[k1 k2 t1 t2 0] -> k_i: parameters of radial distortion, t_i: parameters of tangential distortion (default=0)
Definition at line 59 of file CCamModel.h.
| double mrpt::vision::TCamera::fx |
the focal distance of the camera, in 'x' pixels
Definition at line 56 of file CCamModel.h.
| double mrpt::vision::TCamera::fy |
the focal distance of the camera, in 'y' pixels
Definition at line 57 of file CCamModel.h.
| unsigned int mrpt::vision::TCamera::ncols |
Definition at line 53 of file CCamModel.h.
| unsigned int mrpt::vision::TCamera::nrows |
Definition at line 52 of file CCamModel.h.
| Page generated by Doxygen 1.6.2 for MRPT 0.8.1 SVN:exported at Mon Feb 15 22:01:07 UTC 2010 |