Point Cloud Library (PCL)
1.14.1-dev
|
GraphOptimizer class; derive and specialize for each graph type More...
#include <pcl/registration/graph_optimizer.h>
Public Member Functions | |
virtual bool | optimize (GraphHandler< GraphT > &inout_graph)=0 |
Optimize the given graph. More... | |
virtual | ~GraphOptimizer ()=default |
Empty destructor. More... | |
GraphOptimizer class; derive and specialize for each graph type
Definition at line 52 of file graph_optimizer.h.
|
virtualdefault |
Empty destructor.
|
inlinepure virtual |
Optimize the given graph.
inout_graph | the graph |