Ive successfully built OpenCV 3.0 Beta with CUDA 6.5-Support in MSVC 2013 Community Edition on Win7 64Bit (it shows no errors in MSVC).
My problem:
The attempted simple code (which uses cuda) compiles with no errors, to the point where i upload a Mat to the gpu and try to work on it with, for example cv::cuda::flip, but the graphic window stays black forever.
Because MSVC throws no problems or warnings, i really dont know how to solve this problem. Is there any method/program to analyse where CUDA gets stuck?
All include-files, libs and dlls are correctly located i assume (locally).
Any suggestions to solve the stuck CUDA-window?