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
59 additions
and
59 deletions
+59
-59
dlib/image_processing/full_object_detection.h
dlib/image_processing/full_object_detection.h
+2
-2
dlib/image_processing/full_object_detection_abstract.h
dlib/image_processing/full_object_detection_abstract.h
+3
-3
dlib/image_processing/generic_image.h
dlib/image_processing/generic_image.h
+3
-3
dlib/image_processing/object_detector.h
dlib/image_processing/object_detector.h
+3
-3
dlib/image_processing/object_detector_abstract.h
dlib/image_processing/object_detector_abstract.h
+3
-3
dlib/image_processing/remove_unobtainable_rectangles.h
dlib/image_processing/remove_unobtainable_rectangles.h
+3
-3
dlib/image_processing/remove_unobtainable_rectangles_abstract.h
...mage_processing/remove_unobtainable_rectangles_abstract.h
+3
-3
dlib/image_processing/scan_fhog_pyramid.h
dlib/image_processing/scan_fhog_pyramid.h
+3
-3
dlib/image_processing/scan_fhog_pyramid_abstract.h
dlib/image_processing/scan_fhog_pyramid_abstract.h
+3
-3
dlib/image_processing/scan_image.h
dlib/image_processing/scan_image.h
+3
-3
dlib/image_processing/scan_image_abstract.h
dlib/image_processing/scan_image_abstract.h
+3
-3
dlib/image_processing/scan_image_boxes.h
dlib/image_processing/scan_image_boxes.h
+3
-3
dlib/image_processing/scan_image_boxes_abstract.h
dlib/image_processing/scan_image_boxes_abstract.h
+3
-3
dlib/image_processing/scan_image_custom.h
dlib/image_processing/scan_image_custom.h
+3
-3
dlib/image_processing/scan_image_custom_abstract.h
dlib/image_processing/scan_image_custom_abstract.h
+3
-3
dlib/image_processing/scan_image_pyramid.h
dlib/image_processing/scan_image_pyramid.h
+3
-3
dlib/image_processing/scan_image_pyramid_abstract.h
dlib/image_processing/scan_image_pyramid_abstract.h
+3
-3
dlib/image_processing/scan_image_pyramid_tools.h
dlib/image_processing/scan_image_pyramid_tools.h
+3
-3
dlib/image_processing/scan_image_pyramid_tools_abstract.h
dlib/image_processing/scan_image_pyramid_tools_abstract.h
+3
-3
dlib/image_processing/setup_hashed_features.h
dlib/image_processing/setup_hashed_features.h
+3
-3
No files found.
dlib/image_processing/full_object_detection.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_FULL_OBJECT_DeTECTION_H
_
_
#ifndef DLIB_FULL_OBJECT_DeTECTION_H
h
_
#define DLIB_FULL_OBJECT_DeTECTION_H
_
_
#define DLIB_FULL_OBJECT_DeTECTION_H
h
_
#include "../geometry.h"
#include "../geometry.h"
#include "full_object_detection_abstract.h"
#include "full_object_detection_abstract.h"
...
...
dlib/image_processing/full_object_detection_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_FULL_OBJECT_DeTECTION_ABSTRACT_H
_
_
#undef DLIB_FULL_OBJECT_DeTECTION_ABSTRACT_H
h
_
#ifdef DLIB_FULL_OBJECT_DeTECTION_ABSTRACT_H
_
_
#ifdef DLIB_FULL_OBJECT_DeTECTION_ABSTRACT_H
h
_
#include <vector>
#include <vector>
#include "../geometry.h"
#include "../geometry.h"
...
@@ -120,6 +120,6 @@ namespace dlib
...
@@ -120,6 +120,6 @@ namespace dlib
}
}
#endif // DLIB_FULL_OBJECT_DeTECTION_ABSTRACT_H
_
_
#endif // DLIB_FULL_OBJECT_DeTECTION_ABSTRACT_H
h
_
dlib/image_processing/generic_image.h
View file @
ca498ac2
// Copyright (C) 2014 Davis E. King (davis@dlib.net)
// Copyright (C) 2014 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_GeNERIC_IMAGE_H
_
_
#ifndef DLIB_GeNERIC_IMAGE_H
h
_
#define DLIB_GeNERIC_IMAGE_H
_
_
#define DLIB_GeNERIC_IMAGE_H
h
_
namespace
dlib
namespace
dlib
{
{
...
@@ -344,5 +344,5 @@ namespace dlib
...
@@ -344,5 +344,5 @@ namespace dlib
}
}
#endif // DLIB_GeNERIC_IMAGE_H
_
_
#endif // DLIB_GeNERIC_IMAGE_H
h
_
dlib/image_processing/object_detector.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_OBJECT_DeTECTOR_H
_
_
#ifndef DLIB_OBJECT_DeTECTOR_H
h
_
#define DLIB_OBJECT_DeTECTOR_H
_
_
#define DLIB_OBJECT_DeTECTOR_H
h
_
#include "object_detector_abstract.h"
#include "object_detector_abstract.h"
#include "../geometry.h"
#include "../geometry.h"
...
@@ -622,6 +622,6 @@ namespace dlib
...
@@ -622,6 +622,6 @@ namespace dlib
}
}
#endif // DLIB_OBJECT_DeTECTOR_H
_
_
#endif // DLIB_OBJECT_DeTECTOR_H
h
_
dlib/image_processing/object_detector_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_OBJECT_DeTECTOR_ABSTRACT_H
_
_
#undef DLIB_OBJECT_DeTECTOR_ABSTRACT_H
h
_
#ifdef DLIB_OBJECT_DeTECTOR_ABSTRACT_H
_
_
#ifdef DLIB_OBJECT_DeTECTOR_ABSTRACT_H
h
_
#include "../geometry.h"
#include "../geometry.h"
#include <vector>
#include <vector>
...
@@ -399,5 +399,5 @@ namespace dlib
...
@@ -399,5 +399,5 @@ namespace dlib
}
}
#endif // DLIB_OBJECT_DeTECTOR_ABSTRACT_H
_
_
#endif // DLIB_OBJECT_DeTECTOR_ABSTRACT_H
h
_
dlib/image_processing/remove_unobtainable_rectangles.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_REMOVE_UnOBTAINABLE_RECTANGLES_H
_
_
#ifndef DLIB_REMOVE_UnOBTAINABLE_RECTANGLES_H
h
_
#define DLIB_REMOVE_UnOBTAINABLE_RECTANGLES_H
_
_
#define DLIB_REMOVE_UnOBTAINABLE_RECTANGLES_H
h
_
#include "remove_unobtainable_rectangles_abstract.h"
#include "remove_unobtainable_rectangles_abstract.h"
#include "scan_image_pyramid.h"
#include "scan_image_pyramid.h"
...
@@ -312,5 +312,5 @@ namespace dlib
...
@@ -312,5 +312,5 @@ namespace dlib
}
}
#endif // DLIB_REMOVE_UnOBTAINABLE_RECTANGLES_H
_
_
#endif // DLIB_REMOVE_UnOBTAINABLE_RECTANGLES_H
h
_
dlib/image_processing/remove_unobtainable_rectangles_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_REMOVE_UnOBTAINABLE_RECTANGLES_ABSTRACT_H
_
_
#undef DLIB_REMOVE_UnOBTAINABLE_RECTANGLES_ABSTRACT_H
h
_
#ifdef DLIB_REMOVE_UnOBTAINABLE_RECTANGLES_ABSTRACT_H
_
_
#ifdef DLIB_REMOVE_UnOBTAINABLE_RECTANGLES_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"
...
@@ -52,6 +52,6 @@ namespace dlib
...
@@ -52,6 +52,6 @@ namespace dlib
}
}
#endif // DLIB_REMOVE_UnOBTAINABLE_RECTANGLES_ABSTRACT_H
_
_
#endif // DLIB_REMOVE_UnOBTAINABLE_RECTANGLES_ABSTRACT_H
h
_
dlib/image_processing/scan_fhog_pyramid.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_SCAN_fHOG_PYRAMID_H
_
_
#ifndef DLIB_SCAN_fHOG_PYRAMID_H
h
_
#define DLIB_SCAN_fHOG_PYRAMID_H
_
_
#define DLIB_SCAN_fHOG_PYRAMID_H
h
_
#include "scan_fhog_pyramid_abstract.h"
#include "scan_fhog_pyramid_abstract.h"
#include "../matrix.h"
#include "../matrix.h"
...
@@ -1343,5 +1343,5 @@ namespace dlib
...
@@ -1343,5 +1343,5 @@ namespace dlib
}
}
#endif // DLIB_SCAN_fHOG_PYRAMID_H
_
_
#endif // DLIB_SCAN_fHOG_PYRAMID_H
h
_
dlib/image_processing/scan_fhog_pyramid_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_SCAN_fHOG_PYRAMID_ABSTRACT_H
_
_
#undef DLIB_SCAN_fHOG_PYRAMID_ABSTRACT_H
h
_
#ifdef DLIB_SCAN_fHOG_PYRAMID_ABSTRACT_H
_
_
#ifdef DLIB_SCAN_fHOG_PYRAMID_ABSTRACT_H
h
_
#include <vector>
#include <vector>
#include "../image_transforms/fhog_abstract.h"
#include "../image_transforms/fhog_abstract.h"
...
@@ -778,6 +778,6 @@ namespace dlib
...
@@ -778,6 +778,6 @@ namespace dlib
}
}
#endif // DLIB_SCAN_fHOG_PYRAMID_ABSTRACT_H
_
_
#endif // DLIB_SCAN_fHOG_PYRAMID_ABSTRACT_H
h
_
dlib/image_processing/scan_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_SCAN_iMAGE_H
_
_
#ifndef DLIB_SCAN_iMAGE_H
h
_
#define DLIB_SCAN_iMAGE_H
_
_
#define DLIB_SCAN_iMAGE_H
h
_
#include <vector>
#include <vector>
#include <utility>
#include <utility>
...
@@ -363,6 +363,6 @@ namespace dlib
...
@@ -363,6 +363,6 @@ namespace dlib
}
}
#endif // DLIB_SCAN_iMAGE_H
_
_
#endif // DLIB_SCAN_iMAGE_H
h
_
dlib/image_processing/scan_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_SCAN_iMAGE_ABSTRACT_H
_
_
#undef DLIB_SCAN_iMAGE_ABSTRACT_H
h
_
#ifdef DLIB_SCAN_iMAGE_ABSTRACT_H
_
_
#ifdef DLIB_SCAN_iMAGE_ABSTRACT_H
h
_
#include <vector>
#include <vector>
#include <utility>
#include <utility>
...
@@ -220,7 +220,7 @@ namespace dlib
...
@@ -220,7 +220,7 @@ namespace dlib
}
}
#endif // DLIB_SCAN_iMAGE_ABSTRACT_H
_
_
#endif // DLIB_SCAN_iMAGE_ABSTRACT_H
h
_
dlib/image_processing/scan_image_boxes.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_SCAN_IMAGE_bOXES_H
_
_
#ifndef DLIB_SCAN_IMAGE_bOXES_H
h
_
#define DLIB_SCAN_IMAGE_bOXES_H
_
_
#define DLIB_SCAN_IMAGE_bOXES_H
h
_
#include "scan_image_boxes_abstract.h"
#include "scan_image_boxes_abstract.h"
#include "../matrix.h"
#include "../matrix.h"
...
@@ -625,7 +625,7 @@ namespace dlib
...
@@ -625,7 +625,7 @@ namespace dlib
}
}
#endif // DLIB_SCAN_IMAGE_bOXES_H
_
_
#endif // DLIB_SCAN_IMAGE_bOXES_H
h
_
dlib/image_processing/scan_image_boxes_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_SCAN_IMAGE_bOXES_ABSTRACT_H
_
_
#undef DLIB_SCAN_IMAGE_bOXES_ABSTRACT_H
h
_
#ifdef DLIB_SCAN_IMAGE_bOXES_ABSTRACT_H
_
_
#ifdef DLIB_SCAN_IMAGE_bOXES_ABSTRACT_H
h
_
#include "../matrix.h"
#include "../matrix.h"
#include "../geometry.h"
#include "../geometry.h"
...
@@ -390,5 +390,5 @@ namespace dlib
...
@@ -390,5 +390,5 @@ namespace dlib
}
}
#endif // DLIB_SCAN_IMAGE_bOXES_ABSTRACT_H
_
_
#endif // DLIB_SCAN_IMAGE_bOXES_ABSTRACT_H
h
_
dlib/image_processing/scan_image_custom.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_SCAN_IMAGE_CuSTOM_H
_
_
#ifndef DLIB_SCAN_IMAGE_CuSTOM_H
h
_
#define DLIB_SCAN_IMAGE_CuSTOM_H
_
_
#define DLIB_SCAN_IMAGE_CuSTOM_H
h
_
#include "scan_image_custom_abstract.h"
#include "scan_image_custom_abstract.h"
#include "../matrix.h"
#include "../matrix.h"
...
@@ -397,5 +397,5 @@ namespace dlib
...
@@ -397,5 +397,5 @@ namespace dlib
}
}
#endif // DLIB_SCAN_IMAGE_CuSTOM_H
_
_
#endif // DLIB_SCAN_IMAGE_CuSTOM_H
h
_
dlib/image_processing/scan_image_custom_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_SCAN_IMAGE_CuSTOM_ABSTRACT_H
_
_
#undef DLIB_SCAN_IMAGE_CuSTOM_ABSTRACT_H
h
_
#ifdef DLIB_SCAN_IMAGE_CuSTOM_ABSTRACT_H
_
_
#ifdef DLIB_SCAN_IMAGE_CuSTOM_ABSTRACT_H
h
_
#include <vector>
#include <vector>
#include "../matrix.h"
#include "../matrix.h"
...
@@ -386,5 +386,5 @@ namespace dlib
...
@@ -386,5 +386,5 @@ namespace dlib
}
}
#endif // DLIB_SCAN_IMAGE_CuSTOM_ABSTRACT_H
_
_
#endif // DLIB_SCAN_IMAGE_CuSTOM_ABSTRACT_H
h
_
dlib/image_processing/scan_image_pyramid.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_SCAN_IMaGE_PYRAMID_H
_
_
#ifndef DLIB_SCAN_IMaGE_PYRAMID_H
h
_
#define DLIB_SCAN_IMaGE_PYRAMID_H
_
_
#define DLIB_SCAN_IMaGE_PYRAMID_H
h
_
#include "scan_image_pyramid_abstract.h"
#include "scan_image_pyramid_abstract.h"
#include "../matrix.h"
#include "../matrix.h"
...
@@ -1096,6 +1096,6 @@ namespace dlib
...
@@ -1096,6 +1096,6 @@ namespace dlib
}
}
#endif // DLIB_SCAN_IMaGE_PYRAMID_H
_
_
#endif // DLIB_SCAN_IMaGE_PYRAMID_H
h
_
dlib/image_processing/scan_image_pyramid_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_SCAN_IMaGE_PYRAMID_ABSTRACT_H
_
_
#undef DLIB_SCAN_IMaGE_PYRAMID_ABSTRACT_H
h
_
#ifdef DLIB_SCAN_IMaGE_PYRAMID_ABSTRACT_H
_
_
#ifdef DLIB_SCAN_IMaGE_PYRAMID_ABSTRACT_H
h
_
#include "../matrix.h"
#include "../matrix.h"
#include "../geometry.h"
#include "../geometry.h"
...
@@ -490,6 +490,6 @@ namespace dlib
...
@@ -490,6 +490,6 @@ namespace dlib
}
}
#endif // DLIB_SCAN_IMaGE_PYRAMID_ABSTRACT_H
_
_
#endif // DLIB_SCAN_IMaGE_PYRAMID_ABSTRACT_H
h
_
dlib/image_processing/scan_image_pyramid_tools.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_SCAN_IMaGE_PYRAMID_TOOLS_H
_
_
#ifndef DLIB_SCAN_IMaGE_PYRAMID_TOOLS_H
h
_
#define DLIB_SCAN_IMaGE_PYRAMID_TOOLS_H
_
_
#define DLIB_SCAN_IMaGE_PYRAMID_TOOLS_H
h
_
#include "scan_image_pyramid_tools_abstract.h"
#include "scan_image_pyramid_tools_abstract.h"
#include "../statistics.h"
#include "../statistics.h"
...
@@ -176,5 +176,5 @@ namespace dlib
...
@@ -176,5 +176,5 @@ namespace dlib
}
}
#endif // DLIB_SCAN_IMaGE_PYRAMID_TOOLS_H
_
_
#endif // DLIB_SCAN_IMaGE_PYRAMID_TOOLS_H
h
_
dlib/image_processing/scan_image_pyramid_tools_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_SCAN_IMaGE_PYRAMID_TOOLS_ABSTRACT_H
_
_
#undef DLIB_SCAN_IMaGE_PYRAMID_TOOLS_ABSTRACT_H
h
_
#ifdef DLIB_SCAN_IMaGE_PYRAMID_TOOLS_ABSTRACT_H
_
_
#ifdef DLIB_SCAN_IMaGE_PYRAMID_TOOLS_ABSTRACT_H
h
_
#include "scan_image_pyramid_abstract.h"
#include "scan_image_pyramid_abstract.h"
#include <vector>
#include <vector>
...
@@ -114,5 +114,5 @@ namespace dlib
...
@@ -114,5 +114,5 @@ namespace dlib
}
}
#endif // DLIB_SCAN_IMaGE_PYRAMID_TOOLS_ABSTRACT_H
_
_
#endif // DLIB_SCAN_IMaGE_PYRAMID_TOOLS_ABSTRACT_H
h
_
dlib/image_processing/setup_hashed_features.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_SETUP_HAShED_FEATURES_H
_
_
#ifndef DLIB_SETUP_HAShED_FEATURES_H
h
_
#define DLIB_SETUP_HAShED_FEATURES_H
_
_
#define DLIB_SETUP_HAShED_FEATURES_H
h
_
#include "setup_hashed_features_abstract.h"
#include "setup_hashed_features_abstract.h"
#include "scan_image_pyramid.h"
#include "scan_image_pyramid.h"
...
@@ -214,6 +214,6 @@ namespace dlib
...
@@ -214,6 +214,6 @@ namespace dlib
}
}
#endif // DLIB_SETUP_HAShED_FEATURES_H
_
_
#endif // DLIB_SETUP_HAShED_FEATURES_H
h
_
Prev
1
2
3
4
5
6
7
8
9
…
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