can Opencv for android support GPU acceleration ?
is it only support NVIDIA for android device?
GPU acceleration is supported by using CUDA instructions on (mostly) nvidia hardware. If you want additional cpu + gpu acceleration you can use renderscript in your app. Read more about it here: http://developer.android.com/guide/to...
I have used renderscript for color format conversions like YUV > RGB and it's really fast! Cheers!
Asked: 2015-11-03 20:46:34 -0600
Seen: 4,371 times
Last updated: Nov 09 '15