|
Point Cloud Library (PCL)
1.11.1-dev
|
42 #include <pcl/registration/transformation_estimation.h>
43 #include <pcl/registration/warp_point_rigid.h>
44 #include <pcl/cloud_iterator.h>
47 namespace registration {
62 template <
typename Po
intSource,
typename Po
intTarget,
typename Scalar =
float>
88 Matrix4& transformation_matrix)
const;
98 const std::vector<int>& indices_src,
100 Matrix4& transformation_matrix)
const;
112 const std::vector<int>& indices_src,
114 const std::vector<int>& indices_tgt,
115 Matrix4& transformation_matrix)
const;
127 Matrix4& transformation_matrix)
const;
148 typename std::vector<Scalar>::const_iterator& weights_it,
149 Matrix4& transformation_matrix)
const;
164 Matrix4& transformation_matrix)
const;
171 #include <pcl/registration/impl/transformation_estimation_point_to_plane_lls_weighted.hpp>
Iterator class for point clouds with or without given indices.
std::vector< pcl::Correspondence, Eigen::aligned_allocator< pcl::Correspondence > > Correspondences