Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
I'm creating a project where I have to detect text regions in an image and localize text lines. This I have not yet implemented, in this project after the initial image pre-processing I will generate an edge map and then use CCL (two-pass algorithm) to localize text lines.

My question is after the edge detection part all edges including those that are not text will be detected, so how do I filter out the non-text regions? Please, help this is the first time I had to make something like this.

please excuse my English
Posted

1 solution

This would be an extremly difficlult problem, if you are dealing with pictures alone. There are projects here on hte web site that detects numbers and you should be able to do the same with text:

Realtime Webcam Sudoku Solver[^]

other links could be found by searching this site:
http://www.codeproject.com/search.aspx?q=image+text+detection&doctypeid=1%3b2%3b3[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900