43#include <pcl/registration/graph_handler.h>
46namespace registration {
51template <
typename GraphT>
Iterator class for point clouds with or without given indices.
GraphOptimizer class; derive and specialize for each graph type
virtual ~GraphOptimizer()
Empty destructor.
virtual bool optimize(GraphHandler< GraphT > &inout_graph)=0
Optimize the given graph.