An application I want to implement must use camera to recognize a complex entity consisting of an image and some text. Depending on the text different scenarios must be triggered.
What are my options ? openCV ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Android NDK and OpenCV
It’s available here
http://opencv.org/downloads.html
The android package contains prebuilt opencv’s libraries, so you dont have to build it from source which is very nice. Also, they have lots of examples of how to use opencv camera or android camera to do color/image recognition.