필터 지우기
필터 지우기

car license plate character recognition using OCR

조회 수: 3 (최근 30일)
sneha
sneha 2012년 4월 18일
댓글: Anurag Mishra 2018년 2월 6일
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
Anurag  Mishra
Anurag Mishra 2018년 2월 6일
can you give me the algorithm/code that you are using for segmenting the character in LP?

댓글을 달려면 로그인하십시오.

채택된 답변

mahjoub el attar
mahjoub el attar 2012년 4월 18일
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
sneha
sneha 2012년 5월 3일
thank you very much sir.....i will try it...

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Jan
Jan 2012년 4월 19일
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
Daniel Shub
Daniel Shub 2012년 4월 19일
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 2012년 4월 19일
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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by