Point Cloud Library (PCL)
1.10.1
|
43 #include <pcl/correspondence.h>
44 #include <pcl/common/transforms.h>
45 #include <pcl/registration/correspondence_types.h>
49 namespace registration
61 template <
typename Po
intSource,
typename Po
intTarget,
typename Scalar =
float>
65 using Matrix4 = Eigen::Matrix<Scalar, 4, 4>;
79 Matrix4 &transformation_matrix)
const = 0;
90 const std::vector<int> &indices_src,
92 Matrix4 &transformation_matrix)
const = 0;
104 const std::vector<int> &indices_src,
106 const std::vector<int> &indices_tgt,
107 Matrix4 &transformation_matrix)
const = 0;
120 Matrix4 &transformation_matrix)
const = 0;
This file defines compatibility wrappers for low level I/O functions.
std::vector< pcl::Correspondence, Eigen::aligned_allocator< pcl::Correspondence > > Correspondences
boost::shared_ptr< T > shared_ptr
Alias for boost::shared_ptr.