Image recognition on Android
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.
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.