Resize problem

Hi all!

I have an image that I want to load it into CUDA texture memory meanwhile I want to reduce it’s size too. is it possible to do this resize operation while I’m setting the texture memory or I have to write a separate kernel for it? since I have a sequences of images, I’m looking for a fast way to do this process.

thanks in advance for any help and suggestions.

I met the same problem. Did you figure out the best solution for that?