I am compiling OpenCV 3.0.0 with CUDA support on Windows, using CMAKE. When I click \"configure\", errors occur as following:
CMake Error: The following variable
For the Linux, I solved by these step:
(1) Check .so file in the lib folder,such as cuda7-cudnn3/lib64
.so
(2) Make symlink like sudo ln -s libcublas.so.7.5.18 libcublas.so
sudo ln -s libcublas.so.7.5.18 libcublas.so
For my case, I put correctly link in CMakeLists.txt and Makefile.config, but there wasn't a .so file.