fixed gpu tutorial
authorVladislav Vinogradov <vlad.vinogradov@itseez.com>
Fri, 12 Apr 2013 08:36:50 +0000 (12:36 +0400)
committerVladislav Vinogradov <vlad.vinogradov@itseez.com>
Thu, 18 Apr 2013 09:28:34 +0000 (13:28 +0400)
samples/cpp/tutorial_code/gpu/gpu-basics-similarity/gpu-basics-similarity.cpp

index f3f2b68..3a0f99e 100644 (file)
@@ -5,7 +5,10 @@
 #include <opencv2/core/utility.hpp>
 #include <opencv2/imgproc.hpp>// Image processing methods for the CPU
 #include <opencv2/highgui.hpp>// Read images
-#include <opencv2/gpu.hpp>        // GPU structures and methods
+
+// GPU structures and methods
+#include <opencv2/gpuarithm.hpp>
+#include <opencv2/gpufilters.hpp>
 
 using namespace std;
 using namespace cv;