I am trying to perform some image processing tasks using opencv on a GPU with CUDA. I am using ubuntu. I install my two products Opencv and Cuda without any problems, I am sure of that. However, when I try to run sampleCOde in eclipse, I get an error:
OpenCV Error: No GPU support (The library is compiled without CUDA support) in mallocPitch, file /home/muad/Source/OpenCV-2.4.2/modules/core/src/gpumat.cpp, line 749
I redid my opencv, but I still understand that.
source share