replaced gpu->cuda in files names

This commit is contained in:
Vladislav Vinogradov
2013-07-24 12:01:34 +04:00
parent 80b9fd87dc
commit 3c34b24f1f
46 changed files with 55 additions and 55 deletions

View File

@@ -8,7 +8,7 @@
#include "opencv2/features2d/features2d.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "opencv2/cudafeatures2d.hpp"
#include "opencv2/nonfree/gpu.hpp"
#include "opencv2/nonfree/cuda.hpp"
using namespace std;
using namespace cv;