Point Cloud Library (PCL)
1.9.1
|
44 #include <pcl/registration/registration.h>
59 template <
typename Po
intSource,
typename Po
intTarget>
63 typedef typename PointCloudSource::Ptr PointCloudSourcePtr;
64 typedef typename PointCloudSource::ConstPtr PointCloudSourceConstPtr;
73 typedef boost::shared_ptr< NormalDistributionsTransform2D<PointSource, PointTarget> >
Ptr;
74 typedef boost::shared_ptr< const NormalDistributionsTransform2D<PointSource, PointTarget> >
ConstPtr;
81 reg_name_ =
"NormalDistributionsTransform2D";
150 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
155 #include <pcl/registration/impl/ndt_2d.hpp>
157 #endif // ndef PCL_NDT_2D_H_
This file defines compatibility wrappers for low level I/O functions.
Registration represents the base registration class for general purpose, ICP-like methods.
boost::shared_ptr< ::pcl::PointIndices > Ptr
boost::shared_ptr< ::pcl::PointIndices const > ConstPtr
std::string reg_name_
The registration method name.