I am using OpenCV DNN with CUDA backend and I have an image stored in nvidia GPU memory. I want to pass that image to OpenCV DNN Module without copying it from the GPU to CPU and back. Is there a way to do this today?
Not that I know of
cudawarped, Thank you for this!