|
Point Cloud Library (PCL)
1.4.0
|
A point structure representing the intensity gradient of an XYZI point cloud. More...
#include <pcl/impl/point_types.hpp>
Public Attributes | |
| union { | |
| float gradient [3] | |
| struct { | |
| float gradient_x | |
| float gradient_y | |
| float gradient_z | |
| } | |
| }; | |
A point structure representing the intensity gradient of an XYZI point cloud.
Definition at line 1010 of file point_types.hpp.
| union { ... } |
| float pcl::IntensityGradient::gradient[3] |
Definition at line 1014 of file point_types.hpp.
Definition at line 1017 of file point_types.hpp.
Definition at line 1018 of file point_types.hpp.
Definition at line 1019 of file point_types.hpp.
1.7.6.1