Is OpenCV 2.4.8 compatible with CUDA 5.5/6.0
Hi Team,
I am using opencv 2.4.8 and i would like to use the gpu apis. I have CUDA5.5/6.0 toolkit in my machine (Red Hat 4.4.7), but i am unable to configure opencv with CUDA. I have used the following commands to configure : cmake -D CMAKE_BUILD_TYPE=RELEASE -D MAKE_INSTALL_PREFIX=/usr/local/home/<customdir> -D WITH_CUDA=ON -D WITH_CUDA=YES -D CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda ..
Currently the machine points to CUDA6.0(/usr/local/cuda -> CUDA6.0).
Could you please let me know if i am passing required arguments and is opencv 2.4.8 compatible with CUDA 6.0? Thanks for your assistance.
Regards,
Pal
Yes it is possible! I have both 2.4.8 and 2.4.9 built with CUDA6.0 so that should not be the problem. A guide on how I did so can be found at our research group wiki It is in Dutch but I do think the commands are quite self explanatory!