1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

renamed device -> cuda

This commit is contained in:
Vladislav Vinogradov
2013-04-03 16:04:04 +04:00
parent a57707b8d8
commit 28b1e81883
136 changed files with 762 additions and 780 deletions
+2 -2
View File
@@ -51,7 +51,7 @@ void cv::gpu::matchTemplate(const GpuMat&, const GpuMat&, GpuMat&, int, Stream&)
#else
namespace cv { namespace gpu { namespace device
namespace cv { namespace gpu { namespace cuda
{
namespace match_template
{
@@ -137,7 +137,7 @@ namespace cv { namespace gpu { namespace device
}
}}}
using namespace ::cv::gpu::device::match_template;
using namespace ::cv::gpu::cuda::match_template;
namespace
{