|
Point Cloud Library (PCL) 1.15.0
|
Compute the XYZ values for a point based on disparity information. More...
Public Member Functions | |
| ComputeXYZ (int w, int h, int cx, int cy, float con) | |
| template<typename Tuple> | |
| __inline__ __host__ __device__ PointXYZRGB | operator() (const Tuple &t) |
Public Attributes | |
| int | width |
| int | height |
| int | center_x |
| int | center_y |
| float | constant |
| float | bad_point |
Compute the XYZ values for a point based on disparity information.
Definition at line 54 of file disparity_to_cloud.h.
|
inline |
| __inline__ __host__ __device__ PointXYZRGB pcl::cuda::ComputeXYZ::operator() | ( | const Tuple & | t | ) |
| float pcl::cuda::ComputeXYZ::bad_point |
Definition at line 59 of file disparity_to_cloud.h.
Referenced by ComputeXYZ().
| int pcl::cuda::ComputeXYZ::center_x |
Definition at line 57 of file disparity_to_cloud.h.
Referenced by ComputeXYZ().
| int pcl::cuda::ComputeXYZ::center_y |
Definition at line 57 of file disparity_to_cloud.h.
Referenced by ComputeXYZ().
| float pcl::cuda::ComputeXYZ::constant |
Definition at line 58 of file disparity_to_cloud.h.
Referenced by ComputeXYZ().
| int pcl::cuda::ComputeXYZ::height |
Definition at line 56 of file disparity_to_cloud.h.
Referenced by ComputeXYZ().
| int pcl::cuda::ComputeXYZ::width |
Definition at line 56 of file disparity_to_cloud.h.
Referenced by ComputeXYZ().