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
ecdfdea6
"vscode:/vscode.git/clone" did not exist on "6693b2c6890a46734bbbfef9a3910db0d6b11c87"
Commit
ecdfdea6
authored
Aug 12, 2015
by
Davis King
Browse files
Fixed build error due to messed up includes.
parent
ab4920a4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
dlib/image_processing/scan_image_boxes.h
dlib/image_processing/scan_image_boxes.h
+0
-1
dlib/image_processing/scan_image_pyramid.h
dlib/image_processing/scan_image_pyramid.h
+1
-1
tools/python/src/simple_object_detector.h
tools/python/src/simple_object_detector.h
+1
-0
No files found.
dlib/image_processing/scan_image_boxes.h
View file @
ecdfdea6
...
@@ -6,7 +6,6 @@
...
@@ -6,7 +6,6 @@
#include "scan_image_boxes_abstract.h"
#include "scan_image_boxes_abstract.h"
#include "../matrix.h"
#include "../matrix.h"
#include "../geometry.h"
#include "../geometry.h"
#include "../image_processing.h"
#include "../array2d.h"
#include "../array2d.h"
#include <vector>
#include <vector>
#include "../image_processing/full_object_detection.h"
#include "../image_processing/full_object_detection.h"
...
...
dlib/image_processing/scan_image_pyramid.h
View file @
ecdfdea6
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
#include "scan_image_pyramid_abstract.h"
#include "scan_image_pyramid_abstract.h"
#include "../matrix.h"
#include "../matrix.h"
#include "../geometry.h"
#include "../geometry.h"
#include "
../image_processing
.h"
#include "
scan_image
.h"
#include "../array2d.h"
#include "../array2d.h"
#include <vector>
#include <vector>
#include "full_object_detection.h"
#include "full_object_detection.h"
...
...
tools/python/src/simple_object_detector.h
View file @
ecdfdea6
...
@@ -11,6 +11,7 @@
...
@@ -11,6 +11,7 @@
#include "dlib/data_io/load_image_dataset.h"
#include "dlib/data_io/load_image_dataset.h"
#include "dlib/image_processing/remove_unobtainable_rectangles.h"
#include "dlib/image_processing/remove_unobtainable_rectangles.h"
#include "serialize_object_detector.h"
#include "serialize_object_detector.h"
#include "dlib/svm.h"
namespace
dlib
namespace
dlib
...
...
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