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

@@ -40,8 +40,8 @@
//
//M*/
#ifndef __OPENCV_NONFREE_GPU_HPP__
#define __OPENCV_NONFREE_GPU_HPP__
#ifndef __OPENCV_NONFREE_CUDA_HPP__
#define __OPENCV_NONFREE_CUDA_HPP__
#include "opencv2/core/cuda.hpp"
@@ -123,4 +123,4 @@ public:
}} // namespace cv { namespace cuda {
#endif // __OPENCV_NONFREE_GPU_HPP__
#endif // __OPENCV_NONFREE_CUDA_HPP__