car license plate character recognition using OCR

5 vues (au cours des 30 derniers jours)
sneha
sneha le 18 Avr 2012
Commenté : Anurag Mishra le 6 Fév 2018
hi fnds........ can any one tell me how to recognize license plate characteres using OCR...i have segment chracters but confused how to start with recognition...please help me.....in MATLAB coding...........plz give ans.........
thanks in advance
  5 commentaires
Anurag  Mishra
Anurag Mishra le 6 Fév 2018
can you give me the algorithm/code that you are using for segmenting the character in LP?

Connectez-vous pour commenter.

Réponse acceptée

mahjoub el attar
mahjoub el attar le 18 Avr 2012
Hello. So you have reached chars segmentation step, and you have n Images of characters to be recognized. 3 methods to OCR chars image: ANN, Template mach and Correlation. The easiest way and less time consuming is to use correlation method. 'corr2' matlab function. You need to compare each segmented image against template that you have previously stored in a data file. Use max() matlab built-in function to get mached result. but take care to build that template using you country license plate police chars. Ok so accept answer and vote :-)
  1 commentaire
sneha
sneha le 3 Mai 2012
thank you very much sir.....i will try it...

Connectez-vous pour commenter.

Plus de réponses (1)

Jan
Jan le 19 Avr 2012
I know, that this is a boring and not helpful answer. But I cannot resist.
Are you sure, that the automatic recognition of license plates has any positive effects on the human mankind? We had some control freaks in Germany, who wanted to register each car on each highway such that it gets clear, which people are driving to which city. I do not think, that control can replace trust and that the quality of life can be increased by a powerful security system.
@Editors and Admins: I think, this personal opinion is not completely off-topic. It does not concern Matlab code, but the ethically correct usage of Matlab. If you think such discussions should not appear in this forum, I will take this into account.
  3 commentaires
Daniel Shub
Daniel Shub le 19 Avr 2012
As neither an editor or an admin ... I would say that this is not really an answer, but more of a comment or potentially a new question. It is by no means the most egregious use of placing a comment as an answer. As an answer, question, or comment from a newbie, I might make a comment that it is off-topic, but I think you have earned the right to steer what is on topic on Answers.
Daniel Shub
Daniel Shub le 19 Avr 2012
To me the more interesting question, especially given the number of questions about license plate character recognition, is what makes license plate character recognition an interesting and difficult problem. Why is it different, and particularly harder, from any other character recognition problem.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Statistics and Machine Learning Toolbox dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by