Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCV 2.4.2 and trunk: cmake doesn't show CUDA options

I'm trying to compile OpenCV 2.4.2 or trunk with CUDA support on Ubuntu. On my machine, cmake does not list any of the CUDA options (such as WITH_CUDA, etc.) I'm running Lucid with a GeForce 550Ti card, driver version 302.17 and CUDA version 4.2.9. I've confirmed (using the CUDA SDK) that the gpu on my machine is up and running.

However, cmake does provide all of the CUDA options on another machine with the same graphics card, but running Ubuntu Precise, driver version 295.33 and CUDA toolkit 4.1.28.

Does OpenCV support the newest drivers and/or CUDA toolkits? Or could there be some other reason why cmake doesn't recognize CUDA on my machine?