How to start programing cuda

Hi, I’m trying to learn how to program with cuda, but i don’t know where start, do you know any book, tutorial, paper…???
I’m interested in computer vision and image processing, any library??
Thanks for all.

You may want to download the CUDA Documentation from http://www.nvidia.com/object/cuda_develop.html and refer to the book GPU gems http://http.developer.nvidia.com/GPUGems/gpugems_part01.html. If you like more then you may like to check online course material for massively parallel processors at http://courses.ece.illinois.edu/ece498/al/

Check projects in “Google code” for image processing related projects in CUDA.

Hope this is helpful to you

I will start my study now!!
thanks for everything