nvcc fatal : Unknown option 'dc' opencv with cuda
Hello,
I am trying to build opencv 2.4.8 with cuda 4.2 I was under the impression that one only has to check with_CUDA to get it working and I did just that it compiled ok but when I tried to process any video or image it would give an error like function (cvImageShow) not implemented. One of the answers mentioned that I need WITH_NVCUVID on, so tried that but I am running into
nvcc fatal : Unknown option 'dc'
problem now.
I am using
Windows 7 64 bit
Visual studio 2010
opencv 2.4.8
cuda 4.2
cmake 2.8.12.2
graphics card Nvidia GForce 9500 GT
I also forgot to mention that in my prior build without WITH_NVCUID option there was no gpu folder in my build.