1 | initial version |
I recently had the same problem. Turns out, I had the 64 bit version of CUDA installed, so I also needed to compile opencv in 64 bit mode. So in your case, instead of using
CMake generator: Visual Studio 10 2010
You should use the x64 generator. Then, all necessary CUDA libraries will be found.