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
8568c262
Commit
8568c262
authored
May 20, 2015
by
Patrick Snape
Browse files
Incorrect IFDEF name for shape predictor
The word detector didn't make much sense!
parent
d3a3288e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
tools/python/src/shape_predictor.h
tools/python/src/shape_predictor.h
+3
-3
No files found.
tools/python/src/shape_predictor.h
View file @
8568c262
// Copyright (C) 2014 Davis E. King (davis@dlib.net)
// License: Boost Software License See LICENSE.txt for the full license.
#ifndef DLIB_SHAPE_PREDICTOR_
DETECTOR_
H__
#define DLIB_SHAPE_PREDICTOR_
DETECTOR_
H__
#ifndef DLIB_SHAPE_PREDICTOR_H__
#define DLIB_SHAPE_PREDICTOR_H__
#include "dlib/string.h"
#include "dlib/geometry.h"
...
...
@@ -179,5 +179,5 @@ namespace dlib
}
#endif // DLIB_SHAPE_PREDICTOR_
DETECTOR_
H__
#endif // DLIB_SHAPE_PREDICTOR_H__
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