Ask Your Question

NAMRATA's profile - activity

2013-06-25 11:57:07 -0600 asked a question how to implement opencv code for android

How do I use the codes given here link textin opencv for android

2013-06-25 11:53:44 -0600 asked a question how to use opencv to make matlab code android compatible

I have an image processing code in matlab containing its inbuilt functions like graythresh(), bwareaopen(),etc. I need to make that code processable on a smartphone(preferably with android os).The code also contains methods of image segmentation like Otsu. It would be of great help if you could suggest me the best and easy way to do that. I know elementary Java, but I do not know much about android programming.