Hello I have build an VS 2010 project in which I am trying to run a gpu algorith. I have no build or link erros but when I am trying to run the exe returns the following error:
OpenCV Error: GPU API call (out of memory) in unknown function, file ../../../modules\core\src\gpumat.cpp line 1415 error: ......\modules\core\src\gpumat.cpp:1415: error: <-217> out of memory
Also I have added the new dlls after the build with cuda support to the debug file.
I am using Win 7, CUDA toolkit 5.5 and OpenCV 2.4.6.
Thanks in advance.