Point Cloud Library (PCL)
1.14.1-dev
|
Camera intrinsics structure. More...
#include </__w/1/s/gpu/kinfu/tools/tsdf_volume.h>
Public Member Functions | |
Intr () | |
Intr (float fx_, float fy_, float cx_, float cy_) | |
Intr | operator() (int level_index) const |
Public Attributes | |
float | fx |
float | fy |
float | cx |
float | cy |
Friends | |
std::ostream & | operator<< (std::ostream &os, const Intr &intr) |
Camera intrinsics structure.
Definition at line 108 of file tsdf_volume.h.
|
inline |
Definition at line 111 of file tsdf_volume.h.
|
inline |
Definition at line 112 of file tsdf_volume.h.
|
inline |
Definition at line 115 of file tsdf_volume.h.
References pcl::TSDFVolume< VoxelT, WeightT >::Intr::cx, pcl::TSDFVolume< VoxelT, WeightT >::Intr::cy, pcl::TSDFVolume< VoxelT, WeightT >::Intr::fx, and pcl::TSDFVolume< VoxelT, WeightT >::Intr::fy.
|
friend |
Definition at line 121 of file tsdf_volume.h.
float pcl::TSDFVolume< VoxelT, WeightT >::Intr::cx |
Definition at line 110 of file tsdf_volume.h.
Referenced by pcl::TSDFVolume< VoxelT, WeightT >::Intr::operator()().
float pcl::TSDFVolume< VoxelT, WeightT >::Intr::cy |
Definition at line 110 of file tsdf_volume.h.
Referenced by pcl::TSDFVolume< VoxelT, WeightT >::Intr::operator()().
float pcl::TSDFVolume< VoxelT, WeightT >::Intr::fx |
Definition at line 110 of file tsdf_volume.h.
Referenced by pcl::TSDFVolume< VoxelT, WeightT >::Intr::operator()().
float pcl::TSDFVolume< VoxelT, WeightT >::Intr::fy |
Definition at line 110 of file tsdf_volume.h.
Referenced by pcl::TSDFVolume< VoxelT, WeightT >::Intr::operator()().