Ask Your Question

panmari's profile - activity

2015-10-14 14:06:17 -0600 received badge  Supporter (source)
2015-10-12 13:04:31 -0600 answered a question Need help - building opencv3.0 with Cuda 7.5 on Windows VS2010, cmake error

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.