midnight
midnight

Reputation: 3412

Image/text recognition for android

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 ?

Upvotes: 2

Views: 2263

Answers (1)

Infinity
Infinity

Reputation: 3875

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.

Upvotes: 3

Related Questions