renamed gpu namespace -> cuda

This commit is contained in:
Vladislav Vinogradov
2013-08-28 15:45:13 +04:00
parent e12496d150
commit e895b7455e
343 changed files with 3882 additions and 3882 deletions

View File

@@ -45,7 +45,7 @@
#include "opencv2/core/gpu.hpp"
namespace cv { namespace gpu {
namespace cv { namespace cuda {
class CV_EXPORTS SURF_GPU
{
@@ -121,6 +121,6 @@ public:
GpuMat maxPosBuffer;
};
}} // namespace cv { namespace gpu {
}} // namespace cv { namespace cuda {
#endif // __OPENCV_NONFREE_GPU_HPP__