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/image_processing/setup_hashed_features_abstract.h
dlib/image_processing/setup_hashed_features_abstract.h
+3
-3
dlib/image_saver/save_png.cpp
dlib/image_saver/save_png.cpp
+3
-3
dlib/image_saver/save_png.h
dlib/image_saver/save_png.h
+3
-3
dlib/image_transforms/colormaps.h
dlib/image_transforms/colormaps.h
+3
-3
dlib/image_transforms/colormaps_abstract.h
dlib/image_transforms/colormaps_abstract.h
+3
-3
dlib/image_transforms/fhog.h
dlib/image_transforms/fhog.h
+3
-3
dlib/image_transforms/fhog_abstract.h
dlib/image_transforms/fhog_abstract.h
+3
-3
dlib/image_transforms/image_pyramid.h
dlib/image_transforms/image_pyramid.h
+3
-3
dlib/image_transforms/image_pyramid_abstract.h
dlib/image_transforms/image_pyramid_abstract.h
+3
-3
dlib/image_transforms/interpolation.h
dlib/image_transforms/interpolation.h
+3
-3
dlib/image_transforms/segment_image.h
dlib/image_transforms/segment_image.h
+3
-3
dlib/image_transforms/segment_image_abstract.h
dlib/image_transforms/segment_image_abstract.h
+3
-3
dlib/iosockstream.h
dlib/iosockstream.h
+3
-3
dlib/iosockstream/iosockstream.h
dlib/iosockstream/iosockstream.h
+3
-3
dlib/iosockstream/iosockstream_abstract.h
dlib/iosockstream/iosockstream_abstract.h
+3
-3
dlib/lsh/create_random_projection_hash.h
dlib/lsh/create_random_projection_hash.h
+3
-3
dlib/lsh/create_random_projection_hash_abstract.h
dlib/lsh/create_random_projection_hash_abstract.h
+3
-3
dlib/lsh/hashes.h
dlib/lsh/hashes.h
+3
-3
dlib/lsh/hashes_abstract.h
dlib/lsh/hashes_abstract.h
+3
-3
dlib/lsh/projection_hash.h
dlib/lsh/projection_hash.h
+3
-3
No files found.
dlib/image_processing/setup_hashed_features_abstract.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_SETUP_HAShED_FEATURES_ABSTRACT_H
_
_
#undef DLIB_SETUP_HAShED_FEATURES_ABSTRACT_H
h
_
#ifdef DLIB_SETUP_HAShED_FEATURES_ABSTRACT_H
_
_
#ifdef DLIB_SETUP_HAShED_FEATURES_ABSTRACT_H
h
_
#include "scan_image_pyramid_abstract.h"
#include "scan_image_pyramid_abstract.h"
#include "scan_image_boxes_abstract.h"
#include "scan_image_boxes_abstract.h"
...
@@ -205,6 +205,6 @@ namespace dlib
...
@@ -205,6 +205,6 @@ namespace dlib
}
}
#endif // DLIB_SETUP_HAShED_FEATURES_ABSTRACT_H
_
_
#endif // DLIB_SETUP_HAShED_FEATURES_ABSTRACT_H
h
_
dlib/image_saver/save_png.cpp
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_SAVE_PnG_CPP
_
_
#ifndef DLIB_SAVE_PnG_CPP
h
_
#define DLIB_SAVE_PnG_CPP
_
_
#define DLIB_SAVE_PnG_CPP
h
_
// only do anything with this file if DLIB_PNG_SUPPORT is defined
// only do anything with this file if DLIB_PNG_SUPPORT is defined
#ifdef DLIB_PNG_SUPPORT
#ifdef DLIB_PNG_SUPPORT
...
@@ -119,6 +119,6 @@ namespace dlib
...
@@ -119,6 +119,6 @@ namespace dlib
#endif // DLIB_PNG_SUPPORT
#endif // DLIB_PNG_SUPPORT
#endif // DLIB_SAVE_PnG_CPP
_
_
#endif // DLIB_SAVE_PnG_CPP
h
_
dlib/image_saver/save_png.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_SAVE_PnG_H
_
_
#ifndef DLIB_SAVE_PnG_H
h
_
#define DLIB_SAVE_PnG_H
_
_
#define DLIB_SAVE_PnG_H
h
_
#include "save_png_abstract.h"
#include "save_png_abstract.h"
#include "image_saver.h"
#include "image_saver.h"
...
@@ -158,5 +158,5 @@ namespace dlib
...
@@ -158,5 +158,5 @@ namespace dlib
#include "save_png.cpp"
#include "save_png.cpp"
#endif
#endif
#endif // DLIB_SAVE_PnG_H
_
_
#endif // DLIB_SAVE_PnG_H
h
_
dlib/image_transforms/colormaps.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_RANDOMLY_COlOR_IMAGE_H
_
_
#ifndef DLIB_RANDOMLY_COlOR_IMAGE_H
h
_
#define DLIB_RANDOMLY_COlOR_IMAGE_H
_
_
#define DLIB_RANDOMLY_COlOR_IMAGE_H
h
_
#include "colormaps_abstract.h"
#include "colormaps_abstract.h"
#include "../hash.h"
#include "../hash.h"
...
@@ -237,5 +237,5 @@ namespace dlib
...
@@ -237,5 +237,5 @@ namespace dlib
}
}
#endif // DLIB_RANDOMLY_COlOR_IMAGE_H
_
_
#endif // DLIB_RANDOMLY_COlOR_IMAGE_H
h
_
dlib/image_transforms/colormaps_abstract.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_RANDOMLY_COlOR_IMAGE_ABSTRACT_H
_
_
#undef DLIB_RANDOMLY_COlOR_IMAGE_ABSTRACT_H
h
_
#ifdef DLIB_RANDOMLY_COlOR_IMAGE_ABSTRACT_H
_
_
#ifdef DLIB_RANDOMLY_COlOR_IMAGE_ABSTRACT_H
h
_
#include "../hash.h"
#include "../hash.h"
#include "../pixel.h"
#include "../pixel.h"
...
@@ -122,6 +122,6 @@ namespace dlib
...
@@ -122,6 +122,6 @@ namespace dlib
}
}
#endif // DLIB_RANDOMLY_COlOR_IMAGE_ABSTRACT_H
_
_
#endif // DLIB_RANDOMLY_COlOR_IMAGE_ABSTRACT_H
h
_
dlib/image_transforms/fhog.h
View file @
ca498ac2
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_fHOG_H
_
_
#ifndef DLIB_fHOG_H
h
_
#define DLIB_fHOG_H
_
_
#define DLIB_fHOG_H
h
_
#include "fhog_abstract.h"
#include "fhog_abstract.h"
#include "../matrix.h"
#include "../matrix.h"
...
@@ -941,5 +941,5 @@ namespace dlib
...
@@ -941,5 +941,5 @@ namespace dlib
}
}
#endif // DLIB_fHOG_H
_
_
#endif // DLIB_fHOG_H
h
_
dlib/image_transforms/fhog_abstract.h
View file @
ca498ac2
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_fHOG_ABSTRACT_H
_
_
#undef DLIB_fHOG_ABSTRACT_H
h
_
#ifdef DLIB_fHOG_ABSTRACT_H
_
_
#ifdef DLIB_fHOG_ABSTRACT_H
h
_
#include "../matrix/matrix_abstract.h"
#include "../matrix/matrix_abstract.h"
#include "../array2d/array2d_kernel_abstract.h"
#include "../array2d/array2d_kernel_abstract.h"
...
@@ -328,6 +328,6 @@ namespace dlib
...
@@ -328,6 +328,6 @@ namespace dlib
}
}
#endif // DLIB_fHOG_ABSTRACT_H
_
_
#endif // DLIB_fHOG_ABSTRACT_H
h
_
dlib/image_transforms/image_pyramid.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_IMAGE_PYRaMID_H
_
_
#ifndef DLIB_IMAGE_PYRaMID_H
h
_
#define DLIB_IMAGE_PYRaMID_H
_
_
#define DLIB_IMAGE_PYRaMID_H
h
_
#include "image_pyramid_abstract.h"
#include "image_pyramid_abstract.h"
#include "../pixel.h"
#include "../pixel.h"
...
@@ -928,5 +928,5 @@ namespace dlib
...
@@ -928,5 +928,5 @@ namespace dlib
}
}
#endif // DLIB_IMAGE_PYRaMID_H
_
_
#endif // DLIB_IMAGE_PYRaMID_H
h
_
dlib/image_transforms/image_pyramid_abstract.h
View file @
ca498ac2
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// Copyright (C) 2010 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_IMAGE_PYRaMID_ABSTRACT_H
_
_
#undef DLIB_IMAGE_PYRaMID_ABSTRACT_H
h
_
#ifdef DLIB_IMAGE_PYRaMID_ABSTRACT_H
_
_
#ifdef DLIB_IMAGE_PYRaMID_ABSTRACT_H
h
_
#include "../pixel.h"
#include "../pixel.h"
#include "../array2d.h"
#include "../array2d.h"
...
@@ -180,6 +180,6 @@ namespace dlib
...
@@ -180,6 +180,6 @@ namespace dlib
}
}
#endif // DLIB_IMAGE_PYRaMID_ABSTRACT_H
_
_
#endif // DLIB_IMAGE_PYRaMID_ABSTRACT_H
h
_
dlib/image_transforms/interpolation.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_INTERPOlATION
_
_
#ifndef DLIB_INTERPOlATION
h
_
#define DLIB_INTERPOlATION
_
_
#define DLIB_INTERPOlATION
h
_
#include "interpolation_abstract.h"
#include "interpolation_abstract.h"
#include "../pixel.h"
#include "../pixel.h"
...
@@ -1566,5 +1566,5 @@ namespace dlib
...
@@ -1566,5 +1566,5 @@ namespace dlib
}
}
#endif // DLIB_INTERPOlATION
_
_
#endif // DLIB_INTERPOlATION
h
_
dlib/image_transforms/segment_image.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_SEGMENT_ImAGE_H
_
_
#ifndef DLIB_SEGMENT_ImAGE_H
h
_
#define DLIB_SEGMENT_ImAGE_H
_
_
#define DLIB_SEGMENT_ImAGE_H
h
_
#include "segment_image_abstract.h"
#include "segment_image_abstract.h"
#include "../algs.h"
#include "../algs.h"
...
@@ -729,5 +729,5 @@ namespace dlib
...
@@ -729,5 +729,5 @@ namespace dlib
}
}
#endif // DLIB_SEGMENT_ImAGE_H
_
_
#endif // DLIB_SEGMENT_ImAGE_H
h
_
dlib/image_transforms/segment_image_abstract.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_SEGMENT_ImAGE_ABSTRACT_H
_
_
#undef DLIB_SEGMENT_ImAGE_ABSTRACT_H
h
_
#ifdef DLIB_SEGMENT_ImAGE_ABSTRACT_H
_
_
#ifdef DLIB_SEGMENT_ImAGE_ABSTRACT_H
h
_
#include <vector>
#include <vector>
#include "../matrix.h"
#include "../matrix.h"
...
@@ -120,6 +120,6 @@ namespace dlib
...
@@ -120,6 +120,6 @@ namespace dlib
}
}
#endif // DLIB_SEGMENT_ImAGE_ABSTRACT_H
_
_
#endif // DLIB_SEGMENT_ImAGE_ABSTRACT_H
h
_
dlib/iosockstream.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_IOSOCkSTREAM_H_
_
_
#ifndef DLIB_IOSOCkSTREAM_H_
h
_
#define DLIB_IOSOCkSTREAM_H_
_
_
#define DLIB_IOSOCkSTREAM_H_
h
_
#include "iosockstream/iosockstream.h"
#include "iosockstream/iosockstream.h"
#endif // DLIB_IOSOCkSTREAM_H_
_
_
#endif // DLIB_IOSOCkSTREAM_H_
h
_
dlib/iosockstream/iosockstream.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_IOSOCKSTrEAM_H
_
_
#ifndef DLIB_IOSOCKSTrEAM_H
h
_
#define DLIB_IOSOCKSTrEAM_H
_
_
#define DLIB_IOSOCKSTrEAM_H
h
_
#include "iosockstream_abstract.h"
#include "iosockstream_abstract.h"
...
@@ -152,6 +152,6 @@ namespace dlib
...
@@ -152,6 +152,6 @@ namespace dlib
}
}
#endif // DLIB_IOSOCKSTrEAM_H
_
_
#endif // DLIB_IOSOCKSTrEAM_H
h
_
dlib/iosockstream/iosockstream_abstract.h
View file @
ca498ac2
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// Copyright (C) 2012 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_IOSOCKSTrEAM_ABSTRACT_H
_
_
#undef DLIB_IOSOCKSTrEAM_ABSTRACT_H
h
_
#ifdef DLIB_IOSOCKSTrEAM_ABSTRACT_H
_
_
#ifdef DLIB_IOSOCKSTrEAM_ABSTRACT_H
h
_
#include "../sockstreambuf/sockstreambuf_abstract.h"
#include "../sockstreambuf/sockstreambuf_abstract.h"
...
@@ -154,7 +154,7 @@ namespace dlib
...
@@ -154,7 +154,7 @@ namespace dlib
}
}
#endif // DLIB_IOSOCKSTrEAM_ABSTRACT_H
_
_
#endif // DLIB_IOSOCKSTrEAM_ABSTRACT_H
h
_
dlib/lsh/create_random_projection_hash.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_CREATE_RANDOM_PROJECTION_HAsH_H
_
_
#ifndef DLIB_CREATE_RANDOM_PROJECTION_HAsH_H
h
_
#define DLIB_CREATE_RANDOM_PROJECTION_HAsH_H
_
_
#define DLIB_CREATE_RANDOM_PROJECTION_HAsH_H
h
_
#include "create_random_projection_hash_abstract.h"
#include "create_random_projection_hash_abstract.h"
#include "projection_hash.h"
#include "projection_hash.h"
...
@@ -228,5 +228,5 @@ namespace dlib
...
@@ -228,5 +228,5 @@ namespace dlib
}
}
#endif // DLIB_CREATE_RANDOM_PROJECTION_HAsH_H
_
_
#endif // DLIB_CREATE_RANDOM_PROJECTION_HAsH_H
h
_
dlib/lsh/create_random_projection_hash_abstract.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_CREATE_RANDOM_PROJECTION_HAsH_ABSTRACT_H
_
_
#undef DLIB_CREATE_RANDOM_PROJECTION_HAsH_ABSTRACT_H
h
_
#ifdef DLIB_CREATE_RANDOM_PROJECTION_HAsH_ABSTRACT_H
_
_
#ifdef DLIB_CREATE_RANDOM_PROJECTION_HAsH_ABSTRACT_H
h
_
#include "projection_hash_abstract.h"
#include "projection_hash_abstract.h"
#include "../rand.h"
#include "../rand.h"
...
@@ -143,6 +143,6 @@ namespace dlib
...
@@ -143,6 +143,6 @@ namespace dlib
}
}
#endif // DLIB_CREATE_RANDOM_PROJECTION_HAsH_ABSTRACT_H
_
_
#endif // DLIB_CREATE_RANDOM_PROJECTION_HAsH_ABSTRACT_H
h
_
dlib/lsh/hashes.h
View file @
ca498ac2
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_LSH_HAShES_H
_
_
#ifndef DLIB_LSH_HAShES_H
h
_
#define DLIB_LSH_HAShES_H
_
_
#define DLIB_LSH_HAShES_H
h
_
#include "hashes_abstract.h"
#include "hashes_abstract.h"
#include "../hash.h"
#include "../hash.h"
...
@@ -215,5 +215,5 @@ namespace dlib
...
@@ -215,5 +215,5 @@ namespace dlib
}
}
#endif // DLIB_LSH_HAShES_H
_
_
#endif // DLIB_LSH_HAShES_H
h
_
dlib/lsh/hashes_abstract.h
View file @
ca498ac2
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// Copyright (C) 2013 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#undef DLIB_LSH_HAShES_ABSTRACT_H
_
_
#undef DLIB_LSH_HAShES_ABSTRACT_H
h
_
#ifdef DLIB_LSH_HAShES_ABSTRACT_H
_
_
#ifdef DLIB_LSH_HAShES_ABSTRACT_H
h
_
#include "../matrix.h"
#include "../matrix.h"
...
@@ -281,6 +281,6 @@ namespace dlib
...
@@ -281,6 +281,6 @@ namespace dlib
}
}
#endif // DLIB_LSH_HAShES_ABSTRACT_H
_
_
#endif // DLIB_LSH_HAShES_ABSTRACT_H
h
_
dlib/lsh/projection_hash.h
View file @
ca498ac2
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// Copyright (C) 2011 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_PROJECTION_HASh_H
_
_
#ifndef DLIB_PROJECTION_HASh_H
h
_
#define DLIB_PROJECTION_HASh_H
_
_
#define DLIB_PROJECTION_HASh_H
h
_
#include "projection_hash_abstract.h"
#include "projection_hash_abstract.h"
#include "../matrix.h"
#include "../matrix.h"
...
@@ -114,5 +114,5 @@ namespace dlib
...
@@ -114,5 +114,5 @@ namespace dlib
}
}
#endif // DLIB_PROJECTION_HASh_H
_
_
#endif // DLIB_PROJECTION_HASh_H
h
_
Prev
1
2
3
4
5
6
7
8
9
10
…
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