How to improve program for license plate location
이전 댓글 표시
Hello everybody :) I have little problem. I need to do a program for license plate location. I have a code:
Code detect license plate on image :
because I set intervals especially for that image, but when license plate on image is little darker or lighter, the program doesn't detect a license plate. Is there any solution than program will detect license plate for all images ?
Thank you for help :)
Regards
Michal
P.S. Sorry for my English ;)
답변 (3개)
Image Analyst
2013년 3월 26일
0 개 추천
Pick an algorithm here: http://iris.usc.edu/Vision-Notes/bibliography/motion-f726.html#License%20Plate%20Recognition,%20Extraction,%20Analysis. I'm sure someone has encountered that before and published a solution for it.
댓글 수: 1
Image Analyst
2013년 3월 27일
Another FAQ for you to read: http://matlab.wikia.com/wiki/FAQ#Can_you_program_up_the_algorithm_in_this_article_for_me_and_explain_it_to_me.3F. The fact is that LPR is such a complicated application for general images with all sorts of resolutions, rotations, license plate artwork, colors, etc. that no one has time to review the papers, pick one, explain it to you, code it up for you. This will take more than a few minutes. If you really need it, you can
- Do it yourself.
- Hire a consultant.
- Buy a commercial product that already does it.
Asking us to do, or even part of it, or explain OCR algorithms to you is just way more time than any of us could possibly devote to your project. I have a wish list of my own projects that I never get time to spend on. I hope you understand.
MIchal
2013년 3월 27일
0 개 추천
댓글 수: 1
Image Analyst
2013년 3월 27일
Your last two replies were "Answers" but they weren't answers at all - they should have been comments to my answer.
카테고리
도움말 센터 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!