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, 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 /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