Search code examples
c++image-processingcudanvidiathrust

CUDA/Thrust Image Processing


I was unable to find any information about if the Thrust library could support matrix operations. Therefore, I was wondering if it were possible to use the Thrust library in Image processing? I would also like to see any examples.

Thanks for any responses.


Solution

  • Thrust supports regualar algebra operations on matrices but if you are using mostly sparse matrices and need solver type operations take a look at cusp