mirror of
https://github.com/opencv/opencv.git
synced 2026-09-12 05:11:04 -05: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