43#include <pcl/registration/transformation_estimation.h>
44#include <pcl/cloud_iterator.h>
47namespace registration {
56template <
typename Po
intSource,
typename Po
intTarget,
typename Scalar =
float>
144 const Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic>&
cloud_src_demean,
146 const Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic>&
cloud_tgt_demean,
156#include <pcl/registration/impl/transformation_estimation_svd.hpp>
Iterator class for point clouds with or without given indices.
std::vector< pcl::Correspondence, Eigen::aligned_allocator< pcl::Correspondence > > Correspondences
IndicesAllocator<> Indices
Type used for indices in PCL.