0

Basically I need to extract the identification number of marathon runners from the image. Till now I was able to get the bib part alone from the whole image. Now I need to extract the numbers from that image:

enter image description here

I need to extract 1430 from the image. I have tried some methods like OCR and blob detection techniques but they are not successfull for all images.

Dima
  • 38,042
  • 14
  • 71
  • 114
  • Somehow the picture is not loaded currently. Is imgur down? Also please specify what exactly you have used (which OCR and which blob detection technique) and show us the image where these have not been successfull. Obviously these images are the problem. – Trilarion Mar 10 '15 at 09:00
  • The question is not really too broad, given the picture. – Trilarion Mar 25 '15 at 10:50

2 Answers2

1

Have you tried using Stroke Width Transform (SWT)? You can find a Matlab implementation of the first stages of SWT here.

Community
  • 1
  • 1
Shai
  • 102,241
  • 35
  • 217
  • 344
0

Take a look at this example in the Computer Vision System Toolbox.

Dima
  • 38,042
  • 14
  • 71
  • 114