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

@@ -43,7 +43,7 @@
#ifndef __OPENCV_NONFREE_GPU_HPP__
#define __OPENCV_NONFREE_GPU_HPP__
#include "opencv2/core/gpu.hpp"
#include "opencv2/core/cuda.hpp"
namespace cv { namespace cuda {