Point Cloud Library (PCL)
1.10.1
|
40 #include <pcl/registration/transformation_estimation.h>
44 namespace registration
58 template <
typename Po
intSource,
typename Po
intTarget,
typename Scalar =
float>
85 Matrix4 &transformation_matrix)
const override;
96 const std::vector<int> &indices_src,
98 Matrix4 &transformation_matrix)
const override;
110 const std::vector<int> &indices_src,
112 const std::vector<int> &indices_tgt,
113 Matrix4 &transformation_matrix)
const override;
126 Matrix4 &transformation_matrix)
const override;
138 Matrix4 &transformation_matrix)
const;
143 #include <pcl/registration/impl/transformation_estimation_3point.hpp>
This file defines compatibility wrappers for low level I/O functions.
Iterator class for point clouds with or without given indices.
std::vector< pcl::Correspondence, Eigen::aligned_allocator< pcl::Correspondence > > Correspondences
boost::shared_ptr< T > shared_ptr
Alias for boost::shared_ptr.