#include <pcl/registration/transformation_estimation.h>
#include <pcl/registration/icp.h>
#include "pcl/registration/warp_point_rigid.h"
#include "pcl/registration/warp_point_rigid_6d.h"
#include <unsupported/Eigen/NonLinearOptimization>
#include <iostream>
#include "../../src/transformation_estimation_wdf.hpp"
Go to the source code of this file.