40 #include <pcl/registration/transformation_estimation.h>
43 namespace registration {
57 template <
typename Po
intSource,
typename Po
intTarget,
typename Scalar =
float>
63 shared_ptr<TransformationEstimation3Point<PointSource, PointTarget, Scalar>>;
84 Matrix4& transformation_matrix)
const override;
96 Matrix4& transformation_matrix)
const override;
111 Matrix4& transformation_matrix)
const override;
123 Matrix4& transformation_matrix)
const override;
134 Matrix4& transformation_matrix)
const;
139 #include <pcl/registration/impl/transformation_estimation_3point.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.