renamed gpu::cudev namespace -> cuda::device

cudev is used for new device layer
This commit is contained in:
Vladislav Vinogradov
2013-07-23 11:33:51 +04:00
parent e895b7455e
commit 8282f6ebc1
165 changed files with 539 additions and 539 deletions

View File

@@ -50,7 +50,7 @@
#include "opencv2/core/cuda/vec_math.hpp"
using namespace cv::cuda;
using namespace cv::cuda::cudev;
using namespace cv::cuda::device;
namespace btv_l1_cudev
{
@@ -173,7 +173,7 @@ namespace btv_l1_cudev
};
}
namespace cv { namespace cuda { namespace cudev
namespace cv { namespace cuda { namespace device
{
template <> struct TransformFunctorTraits<btv_l1_cudev::DiffSign> : DefaultTransformFunctorTraits<btv_l1_cudev::DiffSign>
{