Point Cloud Library (PCL)  1.6.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Functions
load_clouds.h File Reference
#include "typedefs.h"
#include <pcl/io/pcd_io.h>
Include dependency graph for load_clouds.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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)
PointCloudPtr loadKeypoints (std::string filename)
LocalDescriptorsPtr loadLocalDescriptors (std::string filename)
GlobalDescriptorsPtr loadGlobalDescriptors (std::string filename)

Function Documentation

GlobalDescriptorsPtr loadGlobalDescriptors ( std::string  filename)

Definition at line 60 of file load_clouds.h.

PointCloudPtr loadKeypoints ( std::string  filename)

Definition at line 40 of file load_clouds.h.

LocalDescriptorsPtr loadLocalDescriptors ( std::string  filename)

Definition at line 50 of file load_clouds.h.

template<typename PointT >
boost::shared_ptr<pcl::PointCloud<PointT> > loadPointCloud ( std::string  filename,
std::string  suffix 
)

Definition at line 10 of file load_clouds.h.

PointCloudPtr loadPoints ( std::string  filename)

Definition at line 20 of file load_clouds.h.

SurfaceNormalsPtr loadSurfaceNormals ( std::string  filename)

Definition at line 30 of file load_clouds.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines