Ask Your Question
0

can Opencv for android support GPU acceleration ?

asked 2015-11-03 20:46:34 -0600

ereate gravatar image

is it only support NVIDIA for android device?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-11-09 00:48:15 -0600

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!

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-11-03 20:46:34 -0600

Seen: 4,038 times

Last updated: Nov 09 '15