I want to develop an android app that uses image recognition technology similar to Google googles. Since i'm new to image recognition technology, can anyone suggest which open source API can be used in Android to achieve this. I heard about OpenCV which can be used for this purpose, but this link says that openCV is not completely suitable for android. Is that so? Or this open source can be used for my specifications? Help me!
2 Answers
OpenCV is perfectly suitable for Android. I'm working on a face recognition Android application with OpenCV and just completed the tutorials described in this link:
The OpenCV 2.3.1 contains some samples and allows usage of C/C++ code as well by using a NDK for compilation. Check out this links as well:
Let me know if this helps you or when you need help setting up OpenCV with Android.
10 Comments
Google goggle has no exposed API as of today.
You can try iqengines. http://www.iqengines.com
It supports development on Android & IOS.
The drawback is -- It is not free. But it does offer a free trial.
Good Luck.