Skip to content

Commit 13ffb9e

Browse files
committed
cv::gpu
1 parent 5df3f5b commit 13ffb9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

my07-GPU-CUDA/使用CUDA进行GPU加速.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ print(cv2.getBuildInformation())
1818
#include "opencv2/gpu/gpu.hpp"
1919
using namespace std;
2020
using namespace cv;
21+
using namespace cv::gpu;
2122
2223
int main (int argc, char* argv[])
2324
{

0 commit comments

Comments
 (0)