|
Point Cloud Library (PCL)
1.11.1-dev
|
#include <pcl/registration/gicp6d.h>
Inheritance diagram for pcl::_PointXYZLAB:Public Attributes | |
| PCL_ADD_POINT4D | |
| union { | |
| struct { | |
| float L | |
| float a | |
| float b | |
| } | |
| float data_lab [4] | |
| }; | |
| union { ... } |
| float pcl::_PointXYZLAB::a |
Definition at line 55 of file gicp6d.h.
Referenced by pcl::PointXYZLAB::PointXYZLAB().
| float pcl::_PointXYZLAB::b |
Definition at line 56 of file gicp6d.h.
Referenced by pcl::PointXYZLAB::PointXYZLAB().
| float pcl::_PointXYZLAB::data_lab[4] |
Definition at line 58 of file gicp6d.h.
Referenced by pcl::PointXYZLAB::PointXYZLAB().
| float pcl::_PointXYZLAB::L |
Definition at line 54 of file gicp6d.h.
Referenced by pcl::PointXYZLAB::PointXYZLAB().