car license plate character recognition using OCR

3 views (last 30 days)
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 Comments
Anurag  Mishra
Anurag Mishra on 6 Feb 2018
can you give me the algorithm/code that you are using for segmenting the character in LP?

Sign in to comment.

Accepted Answer

mahjoub el attar
mahjoub el attar on 18 Apr 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 :-)

More Answers (1)

Jan
Jan on 19 Apr 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 Comments
Daniel Shub
Daniel Shub on 19 Apr 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 on 19 Apr 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.

Sign in to comment.

Categories

Find more on Statistics and Machine Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!