mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
renamed cuda namespace to cudev
This commit is contained in:
@@ -51,7 +51,7 @@ void cv::gpu::matchTemplate(const GpuMat&, const GpuMat&, GpuMat&, int, Stream&)
|
||||
|
||||
#else
|
||||
|
||||
namespace cv { namespace gpu { namespace cuda
|
||||
namespace cv { namespace gpu { namespace cudev
|
||||
{
|
||||
namespace match_template
|
||||
{
|
||||
@@ -137,7 +137,7 @@ namespace cv { namespace gpu { namespace cuda
|
||||
}
|
||||
}}}
|
||||
|
||||
using namespace ::cv::gpu::cuda::match_template;
|
||||
using namespace ::cv::gpu::cudev::match_template;
|
||||
|
||||
namespace
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user