#include <pcl/sample_consensus/ransac.h>
#include <pcl/sample_consensus/sac_model_registration.h>
#include <pcl/registration/registration.h>
#include <pcl/registration/transformation_estimation_svd.h>
#include <pcl/registration/impl/icp.hpp>
Go to the source code of this file.
Classes | |
class | pcl::IterativeClosestPoint< PointSource, PointTarget > |
IterativeClosestPoint provides a base implementation of the Iterative Closest Point algorithm. The transformation is estimated based on Singular Value Decomposition (SVD). More... | |
Namespaces | |
namespace | pcl |