Contains the camera calibration. More...
#include <depth_image_to_pcl.h>
Public Attributes | |
| cl_float | cx |
| cl_float | cy |
| cl_float | fx |
| cl_float | fy |
Contains the camera calibration.
Definition at line 57 of file depth_image_to_pcl.h.
| cl_float pses_kinect_utilities::Transform::cx |
X coordinate of the principal point.
Definition at line 59 of file depth_image_to_pcl.h.
| cl_float pses_kinect_utilities::Transform::cy |
y coordinate of the principal point.
Definition at line 60 of file depth_image_to_pcl.h.
| cl_float pses_kinect_utilities::Transform::fx |
X coordinate of the focal length.
Definition at line 61 of file depth_image_to_pcl.h.
| cl_float pses_kinect_utilities::Transform::fy |
Y coordinate of the focal length.
Definition at line 62 of file depth_image_to_pcl.h.