mirror of https://github.com/davisking/dlib.git
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
This commit is contained in:
parent
4f119ed6e8
commit
c359a37d39
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue