D
D
dozent2011-02-25 18:49:28
Pattern recognition
dozent, 2011-02-25 18:49:28

Recognition of automobile state. numbers?

There is a task to make a diploma on such a topic: we get images from the camera, we recognize the numbers of cars. I understand that it's difficult. To what side to look?

Answer the question

In order to leave comments, you need to log in

10 answer(s)
D
dozent, 2011-02-25
@dozent

I repeat once again: I want to write a thesis on this topic, I need not finished products, but recognition algorithms

D
dozent, 2011-02-25
@dozent

blo , thanks, I'll take a look!
uups , this is a finished product, I need recognition technology

A
Alexander, 2011-02-25
@Awake

You should separate the tasks: first you need to select the image of the license plate from the image, and then recognize it. For starters, look in the direction of the perceptron, write in a personal or ICQ, I will share detailed information
PS Similar work has already been done by prof. Turlapov from UNN, is there any point in repeating?

A
AlexS, 2012-05-14
@AlexS

article and materials are not available (

A
Alexey Zhurbitsky, 2011-02-25
@blo

OpenCV

U
uups, 2011-02-25
@uups

www.rossi-potok.ru/

A
aleb, 2011-02-25
@aleb

Look for APK "Hurricane", used to be called Cobra. Everything has been working for a long time.

E
Eddy_Em, 2012-05-14
@Eddy_Em

Look at cuneiform algorithms and source codes. It might help.
By the way, the leptonica library is used there - also a pretty good thing to learn.

A
Andrew, 2012-07-22
@xaoc80

Now I am writing a program just for these purposes .
The algorithm is as follows:
1. Convert to semitones
2. Apply the Sobel or Canny operator (preferably canny)
3. Threshold binarization and search for a rectangle (usually the autonumber is filled by 23% with approximately black dots)
4. Number segmentation - splitting into characters
5. Recognition itself - here either neural networks or something else
. Analysis of the contrast of the image is quite good for localizing the number, then you don’t have to write the search for rectangles

A
anprteam, 2015-01-16
@anprteam

I think not to bother and take the finished product

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question