Hello,
I am trying to build opencv with cuda support. I have used cmake to configure the source. Selected WITH_CUDA option. Then hit generate. I got OpenCV.soln file which i built on visual studio 2013. After all this, my opencv2 folder has only two files, cvconfig.h and opencv_modules.h. And my include folder does not have any files that have to do with opencv modules. No .hpp files in include folder.
What am I doing wrong in the installation? Please advice.
Thank You