Point Cloud Library (PCL)  1.14.0-dev
List of all members | Public Attributes
pcl::_PointXYZLAB Struct Reference

#include <pcl/impl/point_types.hpp>

+ Inheritance diagram for pcl::_PointXYZLAB:

Public Attributes

union {
   struct {
      float   L
 
      float   a
 
      float   b
 
   } 
 
   float   data_lab [4]
 
}; 
 

Detailed Description

Definition at line 667 of file point_types.hpp.

Member Data Documentation

◆ 

PCL_ADD_POINT4D { ... }

◆ a

float pcl::_PointXYZLAB::a

◆ b

float pcl::_PointXYZLAB::b

◆ data_lab

float pcl::_PointXYZLAB::data_lab[4]

Definition at line 678 of file point_types.hpp.

◆ L

float pcl::_PointXYZLAB::L

The documentation for this struct was generated from the following file: