Commit c359a37d authored by Davis King's avatar Davis King

Moved more graph tools into the graph_utils folder.

--HG--
rename : dlib/manifold_regularization/function_objects.h => dlib/graph_utils/function_objects.h
rename : dlib/manifold_regularization/function_objects_abstract.h => dlib/graph_utils/function_objects_abstract.h
parent 4f119ed6
......@@ -5,6 +5,7 @@
#include "graph_utils/graph_utils.h"
#include "graph_utils/edge_list_graphs.h"
#include "graph_utils/function_objects.h"
#endif // DLIB_GRAPH_UTILs_H_
......
......@@ -5,7 +5,7 @@
#include "graph_utils/edge_list_graphs.h"
#include "manifold_regularization/linear_manifold_regularizer.h"
#include "manifold_regularization/function_objects.h"
#include "graph_utils/function_objects.h"
#endif // DLIB_MANIFOLD_REGULARIzATION_HEADER
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment