Trying to build OpenCV 2.4.10 with CUDA (6.5) on VS 2013, but it keeps throwing errors like these:
I've followed OpenCV's instructions, and tried this slightly outdated post with no luck. I understand that the "std has no member max/min" is most likely caused by a missing #include <alrotighm>
, but there has to be something I didn't do correctly since this is the out-of-the-box OpenCV source.
Also - When I build without the GPU module, everything works fine. (Something wonky with CUDA toolkit..?)
It seems this SO question 2 years ago had the same problem, but I can't reinstall the OS. The best I could try was moving all source files to another drive and give all the write/read permissions to everybody. Still the same errors. Please help, thanks!