Reputation: 95
Does anyone knows how to do that ?
I would like to do that because I need to use CUDA's functions in OPENCV and CUDA is only supported on MSVC 2015 Update 1 ...
Upvotes: 1
Views: 779
Reputation: 862
As far as I know, CUDA with OpenCV is supported in VS 2013. You can install VS 2013 Community Edition in parallel and in VS 2015 you can set in the settings Platform Toolset to Visual Studio 2013 (v120)
Upvotes: 1