43 #include <pcl/registration/transformation_estimation.h> 44 #include <pcl/registration/warp_point_rigid.h> 45 #include <pcl/cloud_iterator.h> 49 namespace registration
62 template <
typename Po
intSource,
typename Po
intTarget,
typename Scalar =
float>
66 using Ptr = shared_ptr<TransformationEstimationPointToPlaneLLS<PointSource, PointTarget, Scalar> >;
67 using ConstPtr = shared_ptr<const TransformationEstimationPointToPlaneLLS<PointSource, PointTarget, Scalar> >;
83 Matrix4 &transformation_matrix)
const override;
94 const std::vector<int> &indices_src,
96 Matrix4 &transformation_matrix)
const override;
108 const std::vector<int> &indices_src,
110 const std::vector<int> &indices_tgt,
111 Matrix4 &transformation_matrix)
const override;
124 Matrix4 &transformation_matrix)
const override;
136 Matrix4 &transformation_matrix)
const;
149 const double & tx,
const double & ty,
const double & tz,
150 Matrix4 &transformation_matrix)
const;
156 #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