43 #include <pcl/registration/graph_handler.h>
46 namespace registration {
51 template <
typename GraphT>
GraphHandler class is a wrapper for a general SLAM graph The actual graph class must fulfill the foll...
GraphOptimizer class; derive and specialize for each graph type
virtual bool optimize(GraphHandler< GraphT > &inout_graph)=0
Optimize the given graph.
virtual ~GraphOptimizer()=default
Empty destructor.