mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
renamed gpu namespace -> cuda
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
using namespace std;
|
||||
using namespace cv;
|
||||
using namespace cv::gpu;
|
||||
using namespace cv::cuda;
|
||||
|
||||
template <typename T>
|
||||
inline T mapVal(T x, T a, T b, T c, T d)
|
||||
|
||||
Reference in New Issue
Block a user