OpenCV with CUDA
Hi there. I'm trying to run CUDA libraries with my OpenCV project (need for GpuMat). I've generated a solution with CMake (WITH_CUDA ON) and builded it (although it lasted 2.5h...), then created a new CUDA project and linked all the librares. Unfortunately, while compiling the code, I get an error:
Error: No CUDA support (The library is compiled without CUDA support) in throw_no_cuda, file E:\OPEN_CV\opencv-master\modules\core\include\opencv2/core/private.cuda.hpp, line 107
I've tried copying .dll and .lib files into my project directory and updating GF960m drivers but none of them worked out. Have you got any idea?
EDIT: this is my CMake output log. pastebin.com/QGEpGa9f Windows 10 64bit OpenCV 3.4.1 Microsoft Visual Studio
opencv / cuda version ? os ? compiler ?
do you still have the cmake output ? it might have some hints, if or what went wrong. (if so, please edit your question, and put it there)
I've added all required data.