#include <pcl/console/parse.h>#include <pcl/console/print.h>#include <pcl/io/pcd_io.h>#include <pcl/point_types.h>#include <pcl/registration/ndt_2d.h>#include <pcl/registration/transformation_estimation_lm.h>#include <pcl/registration/warp_point_rigid_3d.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) |
| void | selfTest () |
| typedef pcl::PointCloud<PointType> Cloud |
| typedef Cloud::ConstPtr CloudConstPtr |
| typedef Cloud::Ptr CloudPtr |
| typedef pcl::PointXYZ PointType |