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_PHOTO_GPU_HPP__
#define __OPENCV_PHOTO_GPU_HPP__
#ifndef __OPENCV_PHOTO_CUDA_HPP__
#define __OPENCV_PHOTO_CUDA_HPP__
#include "opencv2/core/cuda.hpp"
@@ -68,4 +68,4 @@ private:
}} // namespace cv { namespace cuda {
#endif /* __OPENCV_PHOTO_GPU_HPP__ */
#endif /* __OPENCV_PHOTO_CUDA_HPP__ */