Point Cloud Library (PCL)
1.14.1-dev
|
Basic camera parameters placeholder. More...
#include <pcl/io/lzf_image_io.h>
Public Attributes | |
double | focal_length_x |
fx More... | |
double | focal_length_y |
fy More... | |
double | principal_point_x |
cx More... | |
double | principal_point_y |
cy More... | |
Basic camera parameters placeholder.
Definition at line 49 of file lzf_image_io.h.
double pcl::io::CameraParameters::focal_length_x |
fx
Definition at line 52 of file lzf_image_io.h.
Referenced by pcl::io::LZFDepth16ImageReader::read(), and pcl::io::LZFDepth16ImageReader::readOMP().
double pcl::io::CameraParameters::focal_length_y |
fy
Definition at line 54 of file lzf_image_io.h.
Referenced by pcl::io::LZFDepth16ImageReader::read(), and pcl::io::LZFDepth16ImageReader::readOMP().
double pcl::io::CameraParameters::principal_point_x |
cx
Definition at line 56 of file lzf_image_io.h.
Referenced by pcl::io::LZFDepth16ImageReader::read(), and pcl::io::LZFDepth16ImageReader::readOMP().
double pcl::io::CameraParameters::principal_point_y |
cy
Definition at line 58 of file lzf_image_io.h.
Referenced by pcl::io::LZFDepth16ImageReader::read(), and pcl::io::LZFDepth16ImageReader::readOMP().