Mobile devices have improved significantly over the past years. They are now capable of running intensive CPU tasks like image processing and object detection algorithms, perform mathematic calculations and even handle a large amount of data efficiently.
In this project I’m going explain how to use the OpenCV library in your android app, and implement a real time text detection algorithm using the rear phone camera. I will use the OpenCV MSER algorithm which is used to detect points of interest inside an image.