开发者

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开发者_StackOverflow see any examples.

Thanks for any responses.


For image processing, you may want the NPP library. Since you asked about matrix operations, you may want to take a look at CUBLAS and CUSPARSE, also available from nVidia, here.

As for actual Thrust integration of these libraries, many of us have been asking nVidia for that for ages. Roll your own wrapper is the way to go in this case.

That said, Thrust is fantastic for manipulating 1D signals.


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


You can look and extend OPENCV 's Image libraries. They use NPP underlying and the code is BSD.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜