I am using OpenCV 2.3.1 with CUDA 4.0.
I have installed the OpenCV 2.3.1 by CMAKE with WITH_CUDA flag on. And then I compiled the OpenCV solution in release and debug mode, but still when I used the getCudaEnabledDevice function of CV::GPU it is returning 0. This means it is not detecting the CUDA enabled device.
It seems that I have done everything right, still what is happening??
Can Anybody suggest where can be the problem now??.
Thanks in advance.