#include <pcl/console/parse.h>#include <pcl/io/pcd_io.h>#include <pcl/point_types.h>#include <pcl/registration/ndt.h>#include <pcl/filters/approximate_voxel_grid.h>#include <string>#include <iostream>#include <fstream>#include <vector>
Go to the source code of this file.
| Typedefs | |
| typedef pcl::PointCloud < PointType > | Cloud | 
| typedef Cloud::ConstPtr | CloudConstPtr | 
| typedef Cloud::Ptr | CloudPtr | 
| typedef pcl::PointXYZ | PointType | 
| Functions | |
| int | main (int argc, char **argv) | 
| typedef pcl::PointCloud<PointType> Cloud | 
| typedef Cloud::ConstPtr CloudConstPtr | 
| typedef Cloud::Ptr CloudPtr | 
| typedef pcl::PointXYZ PointType |