Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
ca498ac2
Commit
ca498ac2
authored
Jul 18, 2014
by
Davis King
Browse files
Just removed double __ from the inclusion guard names.
parent
7ce265f5
Changes
306
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
60 additions
and
60 deletions
+60
-60
dlib/graph_cuts/general_potts_problem.h
dlib/graph_cuts/general_potts_problem.h
+3
-3
dlib/graph_cuts/graph_labeler.h
dlib/graph_cuts/graph_labeler.h
+3
-3
dlib/graph_cuts/graph_labeler_abstract.h
dlib/graph_cuts/graph_labeler_abstract.h
+3
-3
dlib/graph_cuts/min_cut.h
dlib/graph_cuts/min_cut.h
+3
-3
dlib/graph_cuts/min_cut_abstract.h
dlib/graph_cuts/min_cut_abstract.h
+3
-3
dlib/graph_utils/edge_list_graphs.h
dlib/graph_utils/edge_list_graphs.h
+3
-3
dlib/graph_utils/edge_list_graphs_abstract.h
dlib/graph_utils/edge_list_graphs_abstract.h
+3
-3
dlib/graph_utils/find_k_nearest_neighbors_lsh.h
dlib/graph_utils/find_k_nearest_neighbors_lsh.h
+3
-3
dlib/graph_utils/find_k_nearest_neighbors_lsh_abstract.h
dlib/graph_utils/find_k_nearest_neighbors_lsh_abstract.h
+3
-3
dlib/graph_utils/function_objects.h
dlib/graph_utils/function_objects.h
+3
-3
dlib/graph_utils/function_objects_abstract.h
dlib/graph_utils/function_objects_abstract.h
+3
-3
dlib/graph_utils/ordered_sample_pair.h
dlib/graph_utils/ordered_sample_pair.h
+3
-3
dlib/graph_utils/ordered_sample_pair_abstract.h
dlib/graph_utils/ordered_sample_pair_abstract.h
+3
-3
dlib/graph_utils/sample_pair.h
dlib/graph_utils/sample_pair.h
+3
-3
dlib/graph_utils/sample_pair_abstract.h
dlib/graph_utils/sample_pair_abstract.h
+3
-3
dlib/http_client/http_client.h
dlib/http_client/http_client.h
+3
-3
dlib/http_client/http_client_abstract.h
dlib/http_client/http_client_abstract.h
+3
-3
dlib/image_keypoint/binned_vector_feature_image.h
dlib/image_keypoint/binned_vector_feature_image.h
+3
-3
dlib/image_keypoint/binned_vector_feature_image_abstract.h
dlib/image_keypoint/binned_vector_feature_image_abstract.h
+3
-3
dlib/image_keypoint/build_separable_poly_filters.h
dlib/image_keypoint/build_separable_poly_filters.h
+3
-3
No files found.
dlib/graph_cuts/general_potts_problem.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_GENERAL_POTTS_PRoBLEM_H
_
_
#define DLIB_GENERAL_POTTS_PRoBLEM_H
_
_
#ifndef DLIB_GENERAL_POTTS_PRoBLEM_H
h
_
#define DLIB_GENERAL_POTTS_PRoBLEM_H
h
_
#include "../graph_utils.h"
#include "min_cut.h"
...
...
@@ -94,6 +94,6 @@ namespace dlib
}
#endif // DLIB_GENERAL_POTTS_PRoBLEM_H
_
_
#endif // DLIB_GENERAL_POTTS_PRoBLEM_H
h
_
dlib/graph_cuts/graph_labeler.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_GRAPH_LaBELER_H
_
_
#define DLIB_GRAPH_LaBELER_H
_
_
#ifndef DLIB_GRAPH_LaBELER_H
h
_
#define DLIB_GRAPH_LaBELER_H
h
_
#include "graph_labeler_abstract.h"
#include "../matrix.h"
...
...
@@ -206,6 +206,6 @@ namespace dlib
}
#endif // DLIB_GRAPH_LaBELER_H
_
_
#endif // DLIB_GRAPH_LaBELER_H
h
_
dlib/graph_cuts/graph_labeler_abstract.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_GRAPH_LaBELER_ABSTRACT_H
_
_
#ifdef DLIB_GRAPH_LaBELER_ABSTRACT_H
_
_
#undef DLIB_GRAPH_LaBELER_ABSTRACT_H
h
_
#ifdef DLIB_GRAPH_LaBELER_ABSTRACT_H
h
_
#include "find_max_factor_graph_potts_abstract.h"
#include "../graph/graph_kernel_abstract.h"
...
...
@@ -181,5 +181,5 @@ namespace dlib
}
#endif // DLIB_GRAPH_LaBELER_ABSTRACT_H
_
_
#endif // DLIB_GRAPH_LaBELER_ABSTRACT_H
h
_
dlib/graph_cuts/min_cut.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_MIN_CuT_H
_
_
#define DLIB_MIN_CuT_H
_
_
#ifndef DLIB_MIN_CuT_H
h
_
#define DLIB_MIN_CuT_H
h
_
#include "min_cut_abstract.h"
#include "../matrix.h"
...
...
@@ -567,5 +567,5 @@ namespace dlib
// ----------------------------------------------------------------------------------------
#endif // DLIB_MIN_CuT_H
_
_
#endif // DLIB_MIN_CuT_H
h
_
dlib/graph_cuts/min_cut_abstract.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_MIN_CuT_ABSTRACT_H
_
_
#ifdef DLIB_MIN_CuT_ABSTRACT_H
_
_
#undef DLIB_MIN_CuT_ABSTRACT_H
h
_
#ifdef DLIB_MIN_CuT_ABSTRACT_H
h
_
#include "../graph_utils.h"
...
...
@@ -471,6 +471,6 @@ namespace dlib
}
#endif // DLIB_MIN_CuT_ABSTRACT_H
_
_
#endif // DLIB_MIN_CuT_ABSTRACT_H
h
_
dlib/graph_utils/edge_list_graphs.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_EDGE_LIST_GrAPHS_H
_
_
#define DLIB_EDGE_LIST_GrAPHS_H
_
_
#ifndef DLIB_EDGE_LIST_GrAPHS_H
h
_
#define DLIB_EDGE_LIST_GrAPHS_H
h
_
#include "edge_list_graphs_abstract.h"
#include <limits>
...
...
@@ -588,6 +588,6 @@ namespace dlib
}
#endif // DLIB_EDGE_LIST_GrAPHS_H
_
_
#endif // DLIB_EDGE_LIST_GrAPHS_H
h
_
dlib/graph_utils/edge_list_graphs_abstract.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_EDGE_LIST_GrAPHS_ABSTRACT_H
_
_
#ifdef DLIB_EDGE_LIST_GrAPHS_ABSTRACT_H
_
_
#undef DLIB_EDGE_LIST_GrAPHS_ABSTRACT_H
h
_
#ifdef DLIB_EDGE_LIST_GrAPHS_ABSTRACT_H
h
_
#include <vector>
#include "../string.h"
...
...
@@ -354,5 +354,5 @@ namespace dlib
}
#endif // DLIB_EDGE_LIST_GrAPHS_ABSTRACT_H
_
_
#endif // DLIB_EDGE_LIST_GrAPHS_ABSTRACT_H
h
_
dlib/graph_utils/find_k_nearest_neighbors_lsh.h
View file @
ca498ac2
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_FIND_K_NEAREST_NEIGHBOrS_LSH_H
_
_
#define DLIB_FIND_K_NEAREST_NEIGHBOrS_LSH_H
_
_
#ifndef DLIB_FIND_K_NEAREST_NEIGHBOrS_LSH_H
h
_
#define DLIB_FIND_K_NEAREST_NEIGHBOrS_LSH_H
h
_
#include "find_k_nearest_neighbors_lsh_abstract.h"
#include "../threads.h"
...
...
@@ -212,6 +212,6 @@ namespace dlib
}
#endif // DLIB_FIND_K_NEAREST_NEIGHBOrS_LSH_H
_
_
#endif // DLIB_FIND_K_NEAREST_NEIGHBOrS_LSH_H
h
_
dlib/graph_utils/find_k_nearest_neighbors_lsh_abstract.h
View file @
ca498ac2
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_FIND_K_NEAREST_NEIGHBOrS_LSH_ABSTRACT_H
_
_
#ifdef DLIB_FIND_K_NEAREST_NEIGHBOrS_LSH_ABSTRACT_H
_
_
#undef DLIB_FIND_K_NEAREST_NEIGHBOrS_LSH_ABSTRACT_H
h
_
#ifdef DLIB_FIND_K_NEAREST_NEIGHBOrS_LSH_ABSTRACT_H
h
_
#include "../lsh/hashes_abstract.h"
#include "sample_pair_abstract.h"
...
...
@@ -98,5 +98,5 @@ namespace dlib
}
#endif // DLIB_FIND_K_NEAREST_NEIGHBOrS_LSH_ABSTRACT_H
_
_
#endif // DLIB_FIND_K_NEAREST_NEIGHBOrS_LSH_ABSTRACT_H
h
_
dlib/graph_utils/function_objects.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_MR_FUNCTION_ObJECTS_H
_
_
#define DLIB_MR_FUNCTION_ObJECTS_H
_
_
#ifndef DLIB_MR_FUNCTION_ObJECTS_H
h
_
#define DLIB_MR_FUNCTION_ObJECTS_H
h
_
#include "function_objects_abstract.h"
#include "../matrix.h"
...
...
@@ -124,6 +124,6 @@ namespace dlib
}
#endif // DLIB_MR_FUNCTION_ObJECTS_H
_
_
#endif // DLIB_MR_FUNCTION_ObJECTS_H
h
_
dlib/graph_utils/function_objects_abstract.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_MR_FUNCTION_ObJECTS_ABSTRACT_H
_
_
#ifdef DLIB_MR_FUNCTION_ObJECTS_ABSTRACT_H
_
_
#undef DLIB_MR_FUNCTION_ObJECTS_ABSTRACT_H
h
_
#ifdef DLIB_MR_FUNCTION_ObJECTS_ABSTRACT_H
h
_
#include "../matrix.h"
#include <cmath>
...
...
@@ -203,7 +203,7 @@ namespace dlib
}
#endif // DLIB_MR_FUNCTION_ObJECTS_ABSTRACT_H
_
_
#endif // DLIB_MR_FUNCTION_ObJECTS_ABSTRACT_H
h
_
dlib/graph_utils/ordered_sample_pair.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_ORDERED_SAMPLE_PaIR_H
_
_
#define DLIB_ORDERED_SAMPLE_PaIR_H
_
_
#ifndef DLIB_ORDERED_SAMPLE_PaIR_H
h
_
#define DLIB_ORDERED_SAMPLE_PaIR_H
h
_
#include "ordered_sample_pair_abstract.h"
#include <limits>
...
...
@@ -121,5 +121,5 @@ namespace dlib
}
#endif // DLIB_ORDERED_SAMPLE_PaIR_H
_
_
#endif // DLIB_ORDERED_SAMPLE_PaIR_H
h
_
dlib/graph_utils/ordered_sample_pair_abstract.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_ORDERED_SAMPLE_PaIR_ABSTRACT_H
_
_
#ifdef DLIB_ORDERED_SAMPLE_PaIR_ABSTRACT_H
_
_
#undef DLIB_ORDERED_SAMPLE_PaIR_ABSTRACT_H
h
_
#ifdef DLIB_ORDERED_SAMPLE_PaIR_ABSTRACT_H
h
_
#include <limits>
#include "../serialize.h"
...
...
@@ -123,6 +123,6 @@ namespace dlib
}
#endif // DLIB_ORDERED_SAMPLE_PaIR_ABSTRACT_H
_
_
#endif // DLIB_ORDERED_SAMPLE_PaIR_ABSTRACT_H
h
_
dlib/graph_utils/sample_pair.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_SAMPLE_PaIR_H
_
_
#define DLIB_SAMPLE_PaIR_H
_
_
#ifndef DLIB_SAMPLE_PaIR_H
h
_
#define DLIB_SAMPLE_PaIR_H
h
_
#include "sample_pair_abstract.h"
#include <limits>
...
...
@@ -175,5 +175,5 @@ namespace dlib
}
#endif // DLIB_SAMPLE_PaIR_H
_
_
#endif // DLIB_SAMPLE_PaIR_H
h
_
dlib/graph_utils/sample_pair_abstract.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_SAMPLE_PaIR_ABSTRACT_H
_
_
#ifdef DLIB_SAMPLE_PaIR_ABSTRACT_H
_
_
#undef DLIB_SAMPLE_PaIR_ABSTRACT_H
h
_
#ifdef DLIB_SAMPLE_PaIR_ABSTRACT_H
h
_
#include <limits>
#include "../serialize.h"
...
...
@@ -187,6 +187,6 @@ namespace dlib
}
#endif // DLIB_SAMPLE_PaIR_ABSTRACT_H
_
_
#endif // DLIB_SAMPLE_PaIR_ABSTRACT_H
h
_
dlib/http_client/http_client.h
View file @
ca498ac2
#ifndef DLIB_
_
BROWSER
_
H
#define DLIB_
_
BROWSER
_
H
#ifndef DLIB_BROWSER
h
H
#define DLIB_BROWSER
h
H
#include <map>
...
...
@@ -97,5 +97,5 @@ namespace dlib
#include "http_client.cpp"
#endif
#endif // DLIB_
_
BROWSER
_
H
#endif // DLIB_BROWSER
h
H
dlib/http_client/http_client_abstract.h
View file @
ca498ac2
#undef DLIB_
_
BROWSER_ABSTRAC
T
_
#ifdef DLIB_
_
BROWSER_ABSTRAC
T
_
#undef DLIB_BROWSER_ABSTRAC
h
_
#ifdef DLIB_BROWSER_ABSTRAC
h
_
...
...
@@ -214,5 +214,5 @@ TODO:
}
#endif // DLIB_
_
BROWSER_ABSTRAC
T
_
#endif // DLIB_BROWSER_ABSTRAC
h
_
dlib/image_keypoint/binned_vector_feature_image.h
View file @
ca498ac2
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_BINNED_VECTOR_IMAGE_FEATUrES_H
_
_
#define DLIB_BINNED_VECTOR_IMAGE_FEATUrES_H
_
_
#ifndef DLIB_BINNED_VECTOR_IMAGE_FEATUrES_H
h
_
#define DLIB_BINNED_VECTOR_IMAGE_FEATUrES_H
h
_
#include "../lsh/projection_hash.h"
#include "binned_vector_feature_image_abstract.h"
...
...
@@ -428,6 +428,6 @@ namespace dlib
}
#endif // DLIB_BINNED_VECTOR_IMAGE_FEATUrES_H
_
_
#endif // DLIB_BINNED_VECTOR_IMAGE_FEATUrES_H
h
_
dlib/image_keypoint/binned_vector_feature_image_abstract.h
View file @
ca498ac2
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_BINNED_VECTOR_FEATUrES_ABSTRACT_H
_
_
#ifdef DLIB_BINNED_VECTOR_FEATUrES_ABSTRACT_H
_
_
#undef DLIB_BINNED_VECTOR_FEATUrES_ABSTRACT_H
h
_
#ifdef DLIB_BINNED_VECTOR_FEATUrES_ABSTRACT_H
h
_
#include "../lsh/projection_hash_abstract.h"
#include <vector>
...
...
@@ -283,5 +283,5 @@ namespace dlib
}
#endif // DLIB_BINNED_VECTOR_FEATUrES_ABSTRACT_H
_
_
#endif // DLIB_BINNED_VECTOR_FEATUrES_ABSTRACT_H
h
_
dlib/image_keypoint/build_separable_poly_filters.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_BUILD_SEPARABLE_PoLY_FILTERS_H
_
_
#define DLIB_BUILD_SEPARABLE_PoLY_FILTERS_H
_
_
#ifndef DLIB_BUILD_SEPARABLE_PoLY_FILTERS_H
h
_
#define DLIB_BUILD_SEPARABLE_PoLY_FILTERS_H
h
_
#include "../matrix.h"
#include "surf.h"
...
...
@@ -182,5 +182,5 @@ namespace dlib
// ----------------------------------------------------------------------------------------
#endif // DLIB_BUILD_SEPARABLE_PoLY_FILTERS_H
_
_
#endif // DLIB_BUILD_SEPARABLE_PoLY_FILTERS_H
h
_
Prev
1
2
3
4
5
6
7
…
16
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment