43 #include <pcl/registration/transformation_estimation.h>
44 #include <pcl/registration/warp_point_rigid.h>
45 #include <pcl/cloud_iterator.h>
48 namespace registration {
62 template <
typename Po
intSource,
typename Po
intTarget,
typename Scalar =
float>
66 using Ptr = shared_ptr<
85 Matrix4& transformation_matrix)
const override;
98 Matrix4& transformation_matrix)
const override;
114 Matrix4& transformation_matrix)
const override;
126 Matrix4& transformation_matrix)
const override;
137 Matrix4& transformation_matrix)
const;
152 Matrix4& transformation_matrix)
const;
157 #include <pcl/registration/impl/transformation_estimation_point_to_plane_lls.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.