42 #include <pcl/registration/transformation_estimation.h>
43 #include <pcl/cloud_iterator.h>
46 namespace registration {
55 template <
typename Po
intSource,
typename Po
intTarget,
typename Scalar =
float>
59 using Ptr = shared_ptr<
78 Matrix4& transformation_matrix)
const override;
91 Matrix4& transformation_matrix)
const override;
107 Matrix4& transformation_matrix)
const override;
119 Matrix4& transformation_matrix)
const override;
130 Matrix4& transformation_matrix)
const;
136 #include <pcl/registration/impl/transformation_estimation_dual_quaternion.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.