Creating a Visual Studio 2012 project including openCV and CUDA 7.0
Hi, I want to create a visual studio project with CUDA framework and openCV library (I need openCV to read an image and then I'd like to calculate an histograme image using parallel threads). Thre's a tutorial that can explain me how I can do this?
thanks to everybody!
Build opencv with cuda and after use CMAKE to create your visual studio project. this CMakeLists.txt could be used
How can I build openCV with CUDA??
sorry for my incompetence.
If you use Cmake GUI check option WITH_CUDA and may be WITH_CUBLAS too
Command line something like that -D WITH_CUDA=ON -D WITH_CUBLAS=ON
We have a problem: we build OpenCV.sln but this isn't a CUDA project, so it doesn't find CUDA libraries. It's possible to create a Visual Studio 2012 CUDA project first, and then add OpenCV libraries?