My android project is about visual feature extraction In order to reduce keypoint detection and feature extraction time ; I think that GPU computing is may be a solution. I want to test OpenCl or renderscript functions on Android emulator . Is that feasible?
Asked
Active
Viewed 490 times
1 Answers
4
RenderScript should be available in the emulator since 4.0.4 version (Ice Cream Sandwich) with GPU setting enabled. Any support for OpenCL would be outside of any official Android/Google channels, see: Why did Google choose RenderScript instead of OpenCL

Community
- 1
- 1

Morrison Chang
- 11,691
- 3
- 41
- 77