Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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: image description 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?

click to hide/show revision 2
None

updated 2018-12-06 06:59:46 -0600

berak gravatar image

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: image descriptionerror:

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? idea?

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

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/QGEpGa9fpastebin.com/QGEpGa9f Windows 10 64bit OpenCV 3.4.1 Microsoft Visual Studio