E
E
Elsedar2013-09-26 13:30:03
Summary
Elsedar, 2013-09-26 13:30:03

Automatically find a plate with a number on the photo

On a photo taken from a tablet, you need to automatically find a plate with a number, and then recognize this number. In terms of the design of the plate, there is complete freedom. How best to arrange it, so that in different lighting conditions and regardless of the background of the photo, it would be possible with a high probability (90-95%) to find it.

For now, I've made a simple red bold border on a white background, with a small buffer around it. The problem is that the main criterion for the search is red, which will be greatly distorted depending on the lighting. I need to correct the white balance, but the automatic correction does not work well.

How would you design it, and what algorithms would you use to search for it?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
nickme, 2013-09-26
@nickme

Do you want to use a QR code ?

K
kefirr, 2013-09-26
@kefirr

I advise you to download OpenCV and see examples. Leads to thoughts.
I downloaded EmguCV (http://www.emgu.com/) - this is a .NET wrapper. There are examples of recognition of license plates, plates and text.
In short, contours are searched (color is not important). If the photo is taken exactly (perpendicular to the sheet), then your plate can be determined by the proportions of the contour. If it's uneven, you can fix it. Next, remove the excess and recognize the text inside.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question