|
Point Cloud Library (PCL)
1.6.0
|
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. | |
1.7.6.1