Point Cloud Library (PCL) 1.13.0
|
A point structure representing Euclidean xyz coordinates, and the intensity value. More...
#include <pcl/impl/point_types.hpp>
Public Attributes | ||
PCL_ADD_POINT4D | ||
union { | ||
struct { | ||
float intensity | ||
} | ||
float data_c [4] | ||
}; | ||
A point structure representing Euclidean xyz coordinates, and the intensity value.
Definition at line 470 of file point_types.hpp.
union { ... } pcl::_PointXYZI |
float pcl::_PointXYZI::data_c[4] |
Definition at line 479 of file point_types.hpp.
float pcl::_PointXYZI::intensity |
Definition at line 477 of file point_types.hpp.
Referenced by pcl::TSDFVolume< VoxelT, WeightT >::convertToTsdfCloud(), pcl::Edge< PointInT, PointInT >::detectEdgeCanny(), pcl::PointXYZRGBtoXYZI(), and pcl::TextureMapping< PointInT >::showOcclusions().
pcl::_PointXYZI::PCL_ADD_POINT4D |
Definition at line 472 of file point_types.hpp.