Point Cloud Library (PCL)
1.14.1-dev
|
Simple structure holding RGB data. More...
#include </__w/1/s/cuda/common/include/pcl/cuda/point_cloud.h>
Public Attributes | |
unsigned char | r |
unsigned char | g |
unsigned char | b |
Simple structure holding RGB data.
Definition at line 55 of file point_cloud.h.
unsigned char pcl::cuda::OpenNIRGB::b |
Definition at line 57 of file point_cloud.h.
Referenced by pcl::cuda::SetColor::operator()(), and pcl::cuda::ChangeColor::operator()().
unsigned char pcl::cuda::OpenNIRGB::g |
Definition at line 57 of file point_cloud.h.
Referenced by pcl::cuda::SetColor::operator()(), and pcl::cuda::ChangeColor::operator()().
unsigned char pcl::cuda::OpenNIRGB::r |
Definition at line 57 of file point_cloud.h.
Referenced by pcl::cuda::SetColor::operator()(), and pcl::cuda::ChangeColor::operator()().