Point Cloud Library (PCL)
1.10.1
|
43 #include <pcl/correspondence.h>
44 #include <pcl/features/feature.h>
45 #include <pcl/common/transforms.h>
46 #include <pcl/registration/correspondence_types.h>
50 namespace registration
67 template <
typename Po
intSource,
typename Po
intTarget,
typename Scalar =
float>
71 using Matrix4 = Eigen::Matrix<Scalar, 4, 4>;
99 const Matrix4 &transformation_matrix)
const = 0;
112 operator() (
const double &score1,
const double &score2)
const = 0;
126 const Matrix4 &transformation_matrix)
const = 0;
This file defines compatibility wrappers for low level I/O functions.
shared_ptr< PointCloud< PointSource > > Ptr
shared_ptr< const PointCloud< PointSource > > ConstPtr
boost::shared_ptr< T > shared_ptr
Alias for boost::shared_ptr.