#include <pcl/console/parse.h>#include <pcl/io/pcd_io.h>#include <pcl/point_types.h>#include <pcl/common/transforms.h>#include <pcl/registration/lum.h>#include <pcl/registration/correspondence_estimation.h>#include <iostream>#include <string>#include <vector>
Go to the source code of this file.
Typedefs | |
| typedef pcl::PointCloud < PointType > | Cloud |
| typedef Cloud::ConstPtr | CloudConstPtr |
| typedef std::pair< std::string, CloudPtr > | CloudPair |
| typedef Cloud::Ptr | CloudPtr |
| typedef std::vector< CloudPair > | CloudVector |
| typedef pcl::PointXYZ | PointType |
Functions | |
| int | main (int argc, char **argv) |
| typedef pcl::PointCloud<PointType> Cloud |
Definition at line 53 of file tools/lum.cpp.
| typedef Cloud::ConstPtr CloudConstPtr |
Definition at line 54 of file tools/lum.cpp.
| typedef std::pair<std::string, CloudPtr> CloudPair |
Definition at line 56 of file tools/lum.cpp.
| typedef Cloud::Ptr CloudPtr |
Definition at line 55 of file tools/lum.cpp.
| typedef std::vector<CloudPair> CloudVector |
Definition at line 57 of file tools/lum.cpp.
| typedef pcl::PointXYZ PointType |
Definition at line 52 of file tools/lum.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 60 of file tools/lum.cpp.