41 #ifndef PCL_PAIRWISE_GRAPH_REGISTRATION_H_
42 #define PCL_PAIRWISE_GRAPH_REGISTRATION_H_
44 #include <pcl/registration/graph_registration.h>
45 #include <pcl/registration/registration.h>
53 template <
typename GraphT,
typename Po
intT>
83 inline RegistrationPtr
112 computeRegistration ();
116 #include <pcl/registration/impl/pairwise_graph_registration.hpp>
118 #endif // PCL_PAIRWISE_GRAPH_REGISTRATION_H_
bool incremental_
If True the initial transformation is always set to the Identity.
boost::graph_traits< GraphT >::vertex_descriptor Vertex
RegistrationPtr getRegistrationMethod()
Get the registration object.
This file defines compatibility wrappers for low level I/O functions.
PairwiseGraphRegistration class aligns the clouds two by two
Registration< PointT, PointT >::Ptr RegistrationPtr
pcl::registration::GraphHandler< GraphT >::Vertex GraphHandlerVertex
GraphRegistration class is the base class for graph-based registration methods
Registration represents the base registration class for general purpose, ICP-like methods...
PairwiseGraphRegistration()
Empty constructor.
PairwiseGraphRegistration(const RegistrationPtr ®, bool incremental)
Constructor.
void setIncremental(bool incremental)
If True the initial transformation is always set to the Identity.
void setRegistrationMethod(const RegistrationPtr ®)
Set the registration object.
RegistrationPtr registration_method_
The registration object.
virtual ~PairwiseGraphRegistration()
Empty destructor.
bool isIncremental() const
Is incremental ?