43 #include <pcl/registration/graph_registration.h>
44 #include <pcl/registration/registration.h>
51 template <
typename GraphT,
typename Po
intT>
105 computeRegistration();
109 #include <pcl/registration/impl/pairwise_graph_registration.hpp>
GraphRegistration class is the base class for graph-based registration methods
typename pcl::registration::GraphHandler< GraphT >::Vertex GraphHandlerVertex
PairwiseGraphRegistration class aligns the clouds two by two
bool isIncremental() const
Is incremental ?
RegistrationPtr getRegistrationMethod()
Get the registration object.
PairwiseGraphRegistration()
Empty constructor.
bool incremental_
If True the initial transformation is always set to the Identity.
PairwiseGraphRegistration(const RegistrationPtr ®, bool incremental)
Constructor.
typename Registration< PointT, PointT >::Ptr RegistrationPtr
void setRegistrationMethod(const RegistrationPtr ®)
Set the registration object.
RegistrationPtr registration_method_
The registration object.
void setIncremental(bool incremental)
If True the initial transformation is always set to the Identity.
Registration represents the base registration class for general purpose, ICP-like methods.
typename boost::graph_traits< GraphT >::vertex_descriptor Vertex