开发者

Nvidia cuda with Bitmap

I need help with CUDA C. I am try programming image processing tools. And i can't understand, how use Bi开发者_运维技巧tmap(c++) and CUDA. Help me please. P.S. sorry for my bad english.


Your question doesn't provide enough detail. Are you refering to the Gdiplus::Bitmap class in Windows or some other bitmap? What are you trying to do with the bitmap?

For image processing applications you would acces the bitmap's memory, copy this to the CUDA device, process the data there and copy the result back to the main memory of the CPU.

I'd recommend CUDA By Example as a good start if you're not familiar with CUDA.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜