CUDA Performance comparison for Computer Vision applications

I am currently working on performance comparison of various computer vision applications. The research is based on evaluating how these different algorithms perform on CUDA and OpenMP.

Do you have any source codes in CUDA as well as the serial implementation in C for these kind of applications? Where can I find them?


The CUDA SDK is full of examples, compiled both on GPU and CPU.

sources are included.

Here is a list of the samples you get by installing it.

You could start from here :)

链接地址: http://www.djcxy.com/p/38530.html

上一篇: FLOAT纹理作为COLOR附件分配给FBO?

下一篇: 计算机视觉应用的CUDA性能比较