Ask Your Question
0

Detect bib (numbers) on runners image

asked 2013-07-01 17:28:49 -0600

Lolo75 gravatar image

Hello,

I would like to detect bib (number) for a running race, with OpenCV. First, in this image I would like to be able to find : 1192, 1177, 277, 290... image description

Then I would like to film runners, and to be able to all the runners at one race point. The camera won't be at the departure, so there will be less density of runners.

I downloaded OpenCV for .NET (Emgu) and I found in samples 2 approaches to do that :

1 - Plate recognition : you try to find to number (white rectangle, as the plate), and then you use OCR for getting the number. This option seems to be slow with the OCR.

2 - TrafficSignRecognition : I remplace sign by the digits (0-1-...9) as images, then I try to find them in the initial image

What do you think of these 2 approaches ? Do you think OpenCV meets my needs ? I would be able to detect numbers quite fast (like a treatment in 100ms) Do you know if there is similar project as mine ? I'm trying to do a prototype, but I start from nothing in Image Analysis so I would not complain to have some help :-)

Thanks in advance. Laurent (from France)

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-03-06 11:57:39 -0600

Howdy, I want to do the same for a bicycle event. Have you found a way to do this?

Phil

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-07-01 17:28:49 -0600

Seen: 1,194 times

Last updated: Mar 06 '14