Peter M. Groen
/
openbr
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
6e4b645cf101b0615b80c7df0afcb031335c6b0a
Authored by
Josh Klontz
2015-12-09 09:39:28 -0500
1 parent
310fdb42
include fix for dlib 18.17
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
openbr/plugins/classification/dlib.cpp
openbr/plugins/classification/dlib.cpp
View file @
6e4b645
1
1
#include <opencv2/imgproc/imgproc.hpp>
2
2
#include <dlib/image_processing/frontal_face_detector.h>
3
+#include <dlib/image_processing.h>
3
4
#include <dlib/opencv.h>
4
5
5
6
#include "openbr/plugins/openbr_internal.h"
...
...