We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4cfe59 + e7d9d11 commit 1ce1522Copy full SHA for 1ce1522
modules/xfeatures2d/perf/perf_precomp.hpp
@@ -18,11 +18,11 @@
18
#include "opencv2/opencv_modules.hpp"
19
20
#ifdef HAVE_OPENCV_OCL
21
-# include "opencv2/nonfree/ocl.hpp"
+# include "opencv2/ocl.hpp"
22
#endif
23
24
#ifdef HAVE_CUDA
25
-# include "opencv2/nonfree/cuda.hpp"
+# include "opencv2/xfeatures2d/cuda.hpp"
26
27
28
#ifdef GTEST_CREATE_SHARED_LIBRARY
modules/xfeatures2d/test/test_precomp.hpp
@@ -22,11 +22,11 @@
#include "cvconfig.h"
29
30
31
32
0 commit comments