Why use CUDA in image processing?
-
CUDA as it is can offload processing of image processing steps to the GPU. While this can be a considerable boost in performance in terms of processing time, the big issue is ~ is it worth it? CPU processing of image processing apps can certainly run in real-time with average fps of 21~30. Other than offer a constant fps while processing on the GPU, this is not a real reason to use GPU which certainly leaves the usage of GPGPU in a grey area. So if we can do image processing in real-time on CPU then where does that leave GPGPU? Do we really need that extra performance boost to do what the CPU already can accomplish? Hi Justin , thanks for your answer. GPGPU is certainly not limited to image processing but I'd like to limit this question in terms of Image processing. A lot of research publications have been focusing on the performance gains that graphics processing units offer and by this alone I'm not sure what benefit it may have no matter how complex the application may be.
-
Answer:
The usage of GPGPU isn't just for image processing. GPGPU is a great candidate for anything that implements SMID (single instruction, multiple data). Perhaps your image processing projects have not been complex enough for you to see the benefit...but yes, the performance is well worth it as you add more and more and more complex shaders.
Jae_im B at Yahoo! Answers Visit the source
Other answers
The usage of GPGPU isn't just for image processing. GPGPU is a great candidate for anything that implements SMID (single instruction, multiple data). Perhaps your image processing projects have not been complex enough for you to see the benefit...but yes, the performance is well worth it as you add more and more and more complex shaders.
Justin
Related Q & A:
- How to use an image as an INVISIBLE button in Ionic?Best solution by Stack Overflow
- How can I remove a picture's watermark using Matlab's image processing toolbox?Best solution by Yahoo! Answers
- Can you use any image from Google on Wikipedia?Best solution by en.wikipedia.org
- Why does my display image always disappear?Best solution by Yahoo! Answers
- Why use green houses in hot tropical countries?Best solution by answers.yahoo.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.