Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Namespaces | Functions
point_types_conversion.h File Reference

Go to the source code of this file.

Namespaces

namespace  pcl

Functions

void pcl::PointXYZRGBtoXYZI (PointXYZRGB &in, PointXYZI &out)
 Convert a XYZRGB point type to a XYZI.
void pcl::PointXYZRGBtoXYZHSV (PointXYZRGB &in, PointXYZHSV &out)
 Convert a XYZRGB point type to a XYZHSV.
void pcl::PointXYZHSVtoXYZRGB (PointXYZHSV &in, PointXYZRGB &out)
 Convert a XYZHSV point type to a XYZRGB.
void pcl::PointCloudXYZRGBtoXYZHSV (PointCloud< PointXYZRGB > &in, PointCloud< PointXYZHSV > &out)
 Convert a XYZRGB point cloud to a XYZHSV.
void pcl::PointCloudXYZRGBtoXYZI (PointCloud< PointXYZRGB > &in, PointCloud< PointXYZI > &out)
 Convert a XYZRGB point cloud to a XYZI.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines