42 #include <pcl/registration/transformation_estimation.h>
43 #include <pcl/cloud_iterator.h>
46 "TransformationEstimationDQ has been renamed to "
47 "TransformationEstimationDualQuaternion.");
50 namespace registration {
59 template <
typename Po
intSource,
typename Po
intTarget,
typename Scalar =
float>
63 using Ptr = shared_ptr<TransformationEstimationDQ<PointSource, PointTarget, Scalar>>;
65 shared_ptr<const TransformationEstimationDQ<PointSource, PointTarget, Scalar>>;
80 Matrix4& transformation_matrix)
const;
93 Matrix4& transformation_matrix)
const;
109 Matrix4& transformation_matrix)
const;
121 Matrix4& transformation_matrix)
const;
132 Matrix4& transformation_matrix)
const;
138 #include <pcl/registration/impl/transformation_estimation_dq.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.
#define PCL_DEPRECATED_HEADER(Major, Minor, Message)
macro for compatibility across compilers and help remove old deprecated headers for the Major....