|
Point Cloud Library (PCL)
1.5.1
|
Go to the source code of this file.
Namespaces | |
| namespace | pcl |
| Software License Agreement (BSD License) | |
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.8.0