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,860
  • 14
  • 75
  • 115

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
  • 111,146
  • 38
  • 238
  • 371
0

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

Dima
  • 38,860
  • 14
  • 75
  • 115