Point Cloud Library (PCL)
1.10.0
|
41 #include <pcl/registration/transformation_estimation.h>
45 namespace registration
58 template <
typename Po
intSource,
typename Po
intTarget,
typename Scalar =
float>
79 Matrix4 &transformation_matrix)
const;
90 const std::vector<int> &indices_src,
92 Matrix4 &transformation_matrix)
const;
104 const std::vector<int> &indices_src,
106 const std::vector<int> &indices_tgt,
107 Matrix4 &transformation_matrix)
const;
120 Matrix4 &transformation_matrix)
const;
132 Matrix4 &transformation_matrix)
const;
143 const Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic> &cloud_src_demean,
144 const Eigen::Matrix<Scalar, 4, 1> ¢roid_src,
145 const Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic> &cloud_tgt_demean,
146 const Eigen::Matrix<Scalar, 4, 1> ¢roid_tgt,
147 Matrix4 &transformation_matrix)
const;
153 #include <pcl/registration/impl/transformation_estimation_2D.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.