I\'m trying to install OpenCV 3.3.0 with contrib modules using the newest CUDA 9.0 RC so it is compatible with Microsoft Visual Studio 2017. The CUDA installation was straig
for those having problem generating the nppi.lib as mention by Haotian Wang
1) run step 1 and cd to C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC (if using vs15)
2) vcvarsall.bat x64
then continue with step 2 as above
I have solved this problem. I use lib.exe to combine these several libraries into one library.