Image recognition on Android

asked 2016-07-20 14:19:07 -0600

I am trying to develop an Android app on Android Studio that allows the user to point the device camera to a target object and the app will find a similar image from a folder of images on the device. Once the image is found, I want the app to grab information from Google about the image based on its stored name in the folder (for example, a car, etc.). I am not sure how to do that. I am not sure if I can do this with Java alone or I need to use C++. Help is appreciated.

edit retag flag offensive close merge delete

Comments

If you are much familiar with Java then you can go with it. C++ provides much faster and better Memory managemant as far as I know.

WhoAmI gravatar imageWhoAmI ( 2016-08-16 08:42:44 -0600 )edit