Ask Your Question

shubhendu's profile - activity

2018-07-10 02:54:30 -0600 commented answer Using Grabcut with RenderScript (Android).

Will using Native Code with android help?

2018-07-10 02:25:39 -0600 marked best answer Using Grabcut with RenderScript (Android).

Hi there, I am using OpenCV to perform grabcut in my android application but it is taking way too much time for the complete process. I am thinking of using RenderScript to speedup the whole process. But unable to find any support on how to use OpenCV function in RenderScript. Is there any tutorial or example or anything that can be of help?

PS: I am not using NDK.

2018-07-10 02:25:39 -0600 received badge  Scholar (source)
2018-07-10 02:22:38 -0600 commented answer Using Grabcut with RenderScript (Android).

Is there any other method by which I can speed up the process other than Renderscript?

2018-07-10 01:01:39 -0600 asked a question Using Grabcut with RenderScript (Android).

Using Grabcut with RenderScript (Android). Hi there, I am using OpenCV to perform grabcut in my android application but