Point Cloud Library (PCL) 1.15.0
Loading...
Searching...
No Matches
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 638 of file point_types.hpp.

Member Data Documentation

◆ [union]

PCL_ADD_POINT4D union { ... } pcl::_PointXYZLAB

◆ a

◆ b

◆ data_lab

float pcl::_PointXYZLAB::data_lab[4]

Definition at line 649 of file point_types.hpp.

◆ L


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