Tagged Questions

1
vote
1answer
292 views

compiling opencv with gpu cuda support

I am using opencv 2.3.1 with cuda4.0. I have installed the opencv 2.3.1 by CMAKE with WITH_CUDA flag on.And than I compiled the opencv solution in release and debug mode, but still when I used the ...