Image maniuplation with CUDA

I’m interested in image manipulation functions (if it is possible to do it) with CUDA for my degree project, can anybody suggest me a tutorial to learn this?

There are a lot of tutorials in nvidia SDK.

For example

convolutionSeparable, convolutionTexture, histogram256, SobelFilter, imageDenoising…

Thanks a lot, I’ll take a look