car license plate character recognition using OCR
8 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
sneha
el 18 de Abr. de 2012
Comentada: Anurag Mishra
el 6 de Feb. de 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 comentarios
Image Analyst
el 6 de En. de 2015
Anurag Mishra
el 6 de Feb. de 2018
can you give me the algorithm/code that you are using for segmenting the character in LP?
Respuesta aceptada
mahjoub el attar
el 18 de Abr. de 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 :-)
Más respuestas (1)
Jan
el 19 de Abr. de 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 comentarios
Daniel Shub
el 19 de Abr. de 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
el 19 de Abr. de 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.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!