A point structure representing the intensity gradient of an XYZI point cloud. More...
#include <point_types.hpp>
Public Attributes | |
union { | |
struct { | |
float gradient_x | |
float gradient_y | |
float gradient_z | |
} | |
float gradient [3] | |
}; |
A point structure representing the intensity gradient of an XYZI point cloud.
Definition at line 1198 of file point_types.hpp.
union { ... } |
float pcl::IntensityGradient::gradient[3] |
Definition at line 1202 of file point_types.hpp.
Definition at line 1205 of file point_types.hpp.
Definition at line 1206 of file point_types.hpp.
Definition at line 1207 of file point_types.hpp.