2D image PPM file format reader. More...
#include <io.h>
Public Member Functions | |
| int | mapLabels (const std::string &file_name, pcl::PointCloud< pcl::PointXYZRGB > &cloud, bool remove_undef_points=false) |
| Reads a 2D image from .ppm ASCII format and maps the RGB values on a PointCloud. | |
| int | mapRGB (const std::string &file_name, pcl::PointCloud< pcl::PointXYZRGB > &cloud, bool remove_undef_points=false) |
| PPMReader () | |
| ~PPMReader () | |
| cob_3d_mapping_common::PPMReader::PPMReader | ( | ) | [inline] |
| cob_3d_mapping_common::PPMReader::~PPMReader | ( | ) | [inline] |
| int cob_3d_mapping_common::PPMReader::mapLabels | ( | const std::string & | file_name, |
| pcl::PointCloud< pcl::PointXYZRGB > & | cloud, | ||
| bool | remove_undef_points = false |
||
| ) |
| int cob_3d_mapping_common::PPMReader::mapRGB | ( | const std::string & | file_name, |
| pcl::PointCloud< pcl::PointXYZRGB > & | cloud, | ||
| bool | remove_undef_points = false |
||
| ) |