Go to the source code of this file.
Functions | |
GlobalDescriptorsPtr | loadGlobalDescriptors (std::string filename) |
PointCloudPtr | loadKeypoints (std::string filename) |
LocalDescriptorsPtr | loadLocalDescriptors (std::string filename) |
template<typename PointT > | |
boost::shared_ptr < pcl::PointCloud< PointT > > | loadPointCloud (std::string filename, std::string suffix) |
PointCloudPtr | loadPoints (std::string filename) |
SurfaceNormalsPtr | loadSurfaceNormals (std::string filename) |
GlobalDescriptorsPtr loadGlobalDescriptors | ( | std::string | filename | ) |
Definition at line 60 of file iros2011/include/load_clouds.h.
PointCloudPtr loadKeypoints | ( | std::string | filename | ) |
Definition at line 40 of file iros2011/include/load_clouds.h.
LocalDescriptorsPtr loadLocalDescriptors | ( | std::string | filename | ) |
Definition at line 50 of file iros2011/include/load_clouds.h.
boost::shared_ptr<pcl::PointCloud<PointT> > loadPointCloud | ( | std::string | filename, |
std::string | suffix | ||
) |
Definition at line 10 of file iros2011/include/load_clouds.h.
PointCloudPtr loadPoints | ( | std::string | filename | ) |
Definition at line 20 of file iros2011/include/load_clouds.h.
SurfaceNormalsPtr loadSurfaceNormals | ( | std::string | filename | ) |
Definition at line 30 of file iros2011/include/load_clouds.h.