Using opencv2.4.3 and the CUDA4.2
I use the opencv2.4.3 and the CUDA4.2 in VS2005,my GPU is NVida GeForce 8800GT,when I am Testing the OpenCV GPU Module of the function cv::gpu::canny,the compiling is ok,But the linking has some error.It says the device doesn't support shared atomics.My operating system is Windows XP.Can anyone help me about this question?Thanks!
AFAIK you need CUDA4.0 for OpenCV2.4.3 to make it work correctly.
but the CMake says that the version is request at least 4.1
Aha! Did you try it with 4.1 and looked if it had the same problems? Also without providing the linker errors, it is kind of difficult to find the correct reason of failure.