Ask Your Question

Ray_ban's profile - activity

2016-10-16 03:33:39 -0600 received badge  Self-Learner (source)
2016-10-16 02:53:48 -0600 answered a question Unable to build OpenCV (with CUDA) error

It worked!!!

IT took 4.5 Hrs on my i7-4700HQ to compile the whole thing. So the answer was extreme patience.....

2016-10-14 03:38:55 -0600 commented question Unable to build OpenCV (with CUDA) error

I see.....well let me try for a day.....then I will report back

2016-10-14 03:27:05 -0600 received badge  Editor (source)
2016-10-14 03:24:58 -0600 commented question Unable to build OpenCV (with CUDA) error

I am using Visual studio 2013 compiler (ms compiler) Os is win 10 and with_cuda is ON

2016-10-14 02:57:34 -0600 asked a question Unable to build OpenCV (with CUDA) error

I am unable to build openCV v3.1 with Cuda. I followed the instruction as given in the link http://docs.opencv.org/master/d3/d52/...

In CMAKE I just select all flags with CUDA besides CUDA_BUILD_EMULATION and WITH CUDA and leave the rest as it is Cmake generates the file and with Visual 2013 x64 I try building it in Debug first but then the build never completes.

10>
10>
10>C:\Users\rahul\Desktop\opencv\opencv\modules\core\include\opencv2/core/base.hpp(365): warning : function declared with "noreturn" does return

After some time his is the warning I continuously get...and continues indefinitely...getting the same warning

Any solutions to this problem??

ps - I tried using the for loop in base.hpp line 365 still no use

Compiler Ms Visual studio 2013 x64, Os is windows 10 and with_cuda is ON