39 #ifndef PCL_REGISTRATION_TRANSFORMATION_ESTIMATION_POINT_TO_PLANE_LLS_H_
40 #define PCL_REGISTRATION_TRANSFORMATION_ESTIMATION_POINT_TO_PLANE_LLS_H_
47 namespace registration
58 template <
typename Po
intSource,
typename Po
intTarget>
74 Eigen::Matrix4f &transformation_matrix);
85 const std::vector<int> &indices_src,
87 Eigen::Matrix4f &transformation_matrix);
99 const std::vector<int> &indices_src,
101 const std::vector<int> &indices_tgt,
102 Eigen::Matrix4f &transformation_matrix);
115 Eigen::Matrix4f &transformation_matrix);
128 constructTransformationMatrix (
const float & alpha,
const float & beta,
const float & gamma,
129 const float & tx,
const float & ty,
const float & tz,
130 Eigen::Matrix4f &transformation_matrix);