3

A simple question: can i use gpu to render some informations, like rotating a matrix or apply filters to a bitmap?

I really want to speed up things a little...

Using openCV 2.4.11 and android studio 1.5

Hugo
  • 49
  • 7
  • afaik gpgpu on mobile devices is most often done by glsl. Afaik, OpenCV does not use glsl for gpgpu tasks afaik. only cuda and openCL are used and some platform optimized things like in openCV4Tegra – Micka Mar 10 '16 at 03:03
  • Hum... So it cant be done? Is there anything to speed up the processing? – Hugo Mar 10 '16 at 03:19
  • you could implement it yourself – Micka Mar 10 '16 at 06:58
  • But using wat strategy?? What methods?? – Hugo Mar 10 '16 at 10:10
  • you'll have to transform your general tasks to rendering tasks. See http://www.mathematik.uni-dortmund.de/~goeddeke/gpgpu/tutorial.html and http://www.computer-graphics.se/gpu-computing/2a.pdf for example. Keywords if you want to search on is "gpgpu" – Micka Mar 10 '16 at 12:05
  • and maybe http://gpgpu.org/tag/android – Micka Mar 10 '16 at 12:05
  • have a look at this, too: http://stackoverflow.com/questions/12336862/is-it-possible-to-program-gpu-for-android – Micka Mar 10 '16 at 12:07

0 Answers0