#include <pcl/console/parse.h>
#include <pcl/io/pcd_io.h>
#include <pcl/point_types.h>
#include <pcl/registration/icp.h>
#include <pcl/registration/icp_nl.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) |
typedef pcl::PointCloud<PointType> Cloud |
typedef Cloud::ConstPtr CloudConstPtr |
typedef Cloud::Ptr CloudPtr |
typedef pcl::PointXYZ PointType |