Point Cloud Library (PCL) 1.12.0
Loading...
Searching...
No Matches
List of all members | Public Attributes
pcl::_PointXYZLAB Struct Reference

#include <pcl/impl/point_types.hpp>

+ Inheritance diagram for pcl::_PointXYZLAB:

Public Attributes

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

Detailed Description

Definition at line 739 of file point_types.hpp.

Member Data Documentation

◆ [union]

union { ... } pcl::_PointXYZLAB

◆ a

float pcl::_PointXYZLAB::a

◆ b

float pcl::_PointXYZLAB::b

◆ data_lab

float pcl::_PointXYZLAB::data_lab[4]

Definition at line 750 of file point_types.hpp.

Referenced by pcl::PointXYZLAB::PointXYZLAB().

◆ L

float pcl::_PointXYZLAB::L

◆ PCL_ADD_POINT4D

pcl::_PointXYZLAB::PCL_ADD_POINT4D

Definition at line 741 of file point_types.hpp.


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