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
98ee3bed
Commit
98ee3bed
authored
Oct 12, 2014
by
Davis King
Browse files
Made the OpenCV tools #include the right OpenCV headers so the user doesn't need to.
parent
9c8fac91
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
0 deletions
+6
-0
dlib/opencv/cv_image.h
dlib/opencv/cv_image.h
+2
-0
dlib/opencv/cv_image_abstract.h
dlib/opencv/cv_image_abstract.h
+2
-0
dlib/opencv/to_open_cv.h
dlib/opencv/to_open_cv.h
+1
-0
dlib/opencv/to_open_cv_abstract.h
dlib/opencv/to_open_cv_abstract.h
+1
-0
No files found.
dlib/opencv/cv_image.h
View file @
98ee3bed
...
...
@@ -3,6 +3,8 @@
#ifndef DLIB_CvIMAGE_H_
#define DLIB_CvIMAGE_H_
#include <opencv2/core/core.hpp>
#include <opencv2/core/types_c.h>
#include "cv_image_abstract.h"
#include "../algs.h"
#include "../pixel.h"
...
...
dlib/opencv/cv_image_abstract.h
View file @
98ee3bed
...
...
@@ -3,6 +3,8 @@
#undef DLIB_OPENCV_IMAGE_AbSTRACT_H_
#ifdef DLIB_OPENCV_IMAGE_AbSTRACT_H_
#include <opencv2/core/core.hpp>
#include <opencv2/core/types_c.h>
#include "../algs.h"
#include "../pixel.h"
...
...
dlib/opencv/to_open_cv.h
View file @
98ee3bed
...
...
@@ -3,6 +3,7 @@
#ifndef DLIB_TO_OPEN_Cv_Hh_
#define DLIB_TO_OPEN_Cv_Hh_
#include <opencv2/core/core.hpp>
#include "to_open_cv_abstract.h"
#include "../pixel.h"
#include "../matrix/matrix.h"
...
...
dlib/opencv/to_open_cv_abstract.h
View file @
98ee3bed
...
...
@@ -3,6 +3,7 @@
#undef DLIB_TO_OPEN_Cv_ABSTRACTh_
#ifdef DLIB_TO_OPEN_Cv_ABSTRACTh_
#include <opencv2/core/core.hpp>
#include "../pixel.h"
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