|
Point Cloud Library (PCL)
1.4.0
|
A surfel, that is, a point structure representing Euclidean xyz coordinates, together with normal coordinates, a RGBA color, a radius, a confidence value and the surface curvature estimate. More...
#include <pcl/impl/point_types.hpp>

Public Attributes | |
| PCL_ADD_POINT4D | |
| PCL_ADD_NORMAL4D | |
| union { | |
| struct { | |
| uint32_t rgba | |
| float radius | |
| float confidence | |
| float curvature | |
| } | |
| float data_c [4] | |
| }; | |
A surfel, that is, a point structure representing Euclidean xyz coordinates, together with normal coordinates, a RGBA color, a radius, a confidence value and the surface curvature estimate.
Definition at line 1063 of file point_types.hpp.
| union { ... } |
Definition at line 1073 of file point_types.hpp.
Definition at line 1074 of file point_types.hpp.
| float pcl::PointSurfel::data_c[4] |
Definition at line 1076 of file point_types.hpp.
Definition at line 1066 of file point_types.hpp.
Definition at line 1065 of file point_types.hpp.
| float pcl::PointSurfel::radius |
Definition at line 1072 of file point_types.hpp.
| uint32_t pcl::PointSurfel::rgba |
Definition at line 1071 of file point_types.hpp.
1.7.6.1