41 #include <pcl/registration/distances.h>
42 #include <pcl/registration/transformation_estimation_point_to_plane.h>
43 #include <pcl/registration/warp_point_rigid.h>
48 namespace registration {
58 template <
typename Po
intSource,
typename Po
intTarget,
typename MatScalar =
float>
79 using VectorX = Eigen::Matrix<MatScalar, Eigen::Dynamic, 1>;
80 using Vector4 = Eigen::Matrix<MatScalar, 4, 1>;
130 Matrix4& transformation_matrix)
const;
144 Matrix4& transformation_matrix)
const;
161 Matrix4& transformation_matrix)
const;
174 Matrix4& transformation_matrix)
const;
225 template <
typename _Scalar,
int NX = Eigen::Dynamic,
int NY = Eigen::Dynamic>
229 using InputType = Eigen::Matrix<_Scalar, InputsAtCompileTime, 1>;
230 using ValueType = Eigen::Matrix<_Scalar, ValuesAtCompileTime, 1>;
232 Eigen::Matrix<_Scalar, ValuesAtCompileTime, InputsAtCompileTime>;
357 #include <pcl/registration/impl/transformation_estimation_point_to_plane_weighted.hpp>
shared_ptr< PointCloud< PointSource > > Ptr
shared_ptr< const PointCloud< PointSource > > ConstPtr
shared_ptr< WarpPointRigid< PointSourceT, PointTargetT, Scalar > > Ptr
#define PCL_MAKE_ALIGNED_OPERATOR_NEW
Macro to signal a class requires a custom allocator.
Defines functions, macros and traits for allocating and using memory.
std::vector< pcl::Correspondence, Eigen::aligned_allocator< pcl::Correspondence > > Correspondences
IndicesAllocator<> Indices
Type used for indices in PCL.
Defines all the PCL and non-PCL macros used.
shared_ptr< ::pcl::PointIndices > Ptr
shared_ptr< const ::pcl::PointIndices > ConstPtr