Ask Your Question

NatanaelGS's profile - activity

2020-10-03 16:27:00 -0600 received badge  Notable Question (source)
2018-12-20 04:53:15 -0600 received badge  Popular Question (source)
2017-10-12 04:22:02 -0600 marked best answer Fail to build opencv-3.3.0 with opencv_contrib-3.3.0 and CUDA Toolkit 9.0

Hi all,

I just build opencv 3.3 from source with opencv_contrib. When I use CMake, I get this error:

CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: CUDA_nppi_LIBRARY (ADVANCED)

In the CUDA-directory i can only find : nppial.lib, nppicc.lib, nppicom.lib, nppidei.lib, nppif.lib, nppig.lib, nppist.lib nppisu.lib, nppitc.lib and npps.lib libraries but no nppi as expected.

Could you please help me how to fix this error ! I tried to fix but I was not successful :(

Thank you !

Regards ;)

2017-10-06 12:44:55 -0600 asked a question Fail to build opencv-3.3.0 with opencv_contrib-3.3.0 and CUDA Toolkit 9.0

Fail to buid opencv-3.3.0 with opencv_contrib-3.3.0 and CUDA Toolkit 9.0 Hi all, I just build opencv 3.3 from source wi