Point Cloud Library (PCL)
1.14.1-dev
|
Camera intrinsics structure. More...
#include </__w/1/s/gpu/kinfu/src/internal.h>
Public Member Functions | |
Intr () | |
Intr (float fx_, float fy_, float cx_, float cy_) | |
Intr | operator() (int level_index) const |
Intr () | |
Intr (float fx_, float fy_, float cx_, float cy_) | |
void | setDefaultPPIfIncorrect (int cols, int rows) |
Public Attributes | |
float | fx |
float | fy |
float | cx |
float | cy |
Camera intrinsics structure.
The intrinsic camera calibration.
Definition at line 68 of file internal.h.
|
inline |
Definition at line 71 of file internal.h.
|
inline |
Definition at line 72 of file internal.h.
|
inline |
Definition at line 66 of file internal.h.
|
inline |
Definition at line 67 of file internal.h.
|
inline |
|
inline |
Definition at line 69 of file internal.h.
float pcl::device::Intr::cx |
Definition at line 70 of file internal.h.
Referenced by pcl::device::computePoint(), operator()(), and setDefaultPPIfIncorrect().
float pcl::device::Intr::cy |
Definition at line 70 of file internal.h.
Referenced by pcl::device::computePoint(), operator()(), and setDefaultPPIfIncorrect().
float pcl::device::Intr::fx |
Definition at line 70 of file internal.h.
Referenced by pcl::device::computePoint(), and operator()().
float pcl::device::Intr::fy |
Definition at line 70 of file internal.h.
Referenced by pcl::device::computePoint(), and operator()().