renamed gpu* source to cuda* in core module

This commit is contained in:
Vladislav Vinogradov
2013-07-23 14:12:04 +04:00
parent 91dd44e7fa
commit cfe4a71dc6
63 changed files with 67 additions and 67 deletions

View File

@@ -47,7 +47,7 @@
# error gpuoptflow.hpp header must be compiled as C++
#endif
#include "opencv2/core/gpu.hpp"
#include "opencv2/core/cuda.hpp"
namespace cv { namespace cuda {

View File

@@ -51,7 +51,7 @@
#include "opencv2/gpuimgproc.hpp"
#include "opencv2/video.hpp"
#include "opencv2/core/private.gpu.hpp"
#include "opencv2/core/private.cuda.hpp"
#include "opencv2/opencv_modules.hpp"