Python OpenCV CUDA integration with other CUDA libraries

后端 未结 0 534
一整个雨季
一整个雨季 2020-12-18 04:29

I built OpenCV 4.4.0 with CUDA support. I want to do different operations on an image.

First, I resize an image:

gpu_src = cv2.cuda_GpuMat()
gpu_src.up         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题