Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv_contrib
Commits
1ce15227
Commit
1ce15227
authored
Aug 27, 2014
by
Vadim Pisarevsky
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #75 from StevenPuttemans/fix_build_includes
fixing build with extra modules
parents
e4cfe59a
e7d9d119
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
perf_precomp.hpp
modules/xfeatures2d/perf/perf_precomp.hpp
+2
-2
test_precomp.hpp
modules/xfeatures2d/test/test_precomp.hpp
+2
-2
No files found.
modules/xfeatures2d/perf/perf_precomp.hpp
View file @
1ce15227
...
@@ -18,11 +18,11 @@
...
@@ -18,11 +18,11 @@
#include "opencv2/opencv_modules.hpp"
#include "opencv2/opencv_modules.hpp"
#ifdef HAVE_OPENCV_OCL
#ifdef HAVE_OPENCV_OCL
# include "opencv2/
nonfree/
ocl.hpp"
# include "opencv2/ocl.hpp"
#endif
#endif
#ifdef HAVE_CUDA
#ifdef HAVE_CUDA
# include "opencv2/
nonfree
/cuda.hpp"
# include "opencv2/
xfeatures2d
/cuda.hpp"
#endif
#endif
#ifdef GTEST_CREATE_SHARED_LIBRARY
#ifdef GTEST_CREATE_SHARED_LIBRARY
...
...
modules/xfeatures2d/test/test_precomp.hpp
View file @
1ce15227
...
@@ -22,11 +22,11 @@
...
@@ -22,11 +22,11 @@
#include "cvconfig.h"
#include "cvconfig.h"
#ifdef HAVE_OPENCV_OCL
#ifdef HAVE_OPENCV_OCL
# include "opencv2/
nonfree/
ocl.hpp"
# include "opencv2/ocl.hpp"
#endif
#endif
#ifdef HAVE_CUDA
#ifdef HAVE_CUDA
# include "opencv2/
nonfree
/cuda.hpp"
# include "opencv2/
xfeatures2d
/cuda.hpp"
#endif
#endif
#endif
#endif
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