How to improve program for license plate location
Mostrar comentarios más antiguos
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 ;)
Respuestas (3)
Image Analyst
el 26 de Mzo. de 2013
0 votos
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 comentario
Image Analyst
el 27 de Mzo. de 2013
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
el 27 de Mzo. de 2013
0 votos
1 comentario
Image Analyst
el 27 de Mzo. de 2013
Your last two replies were "Answers" but they weren't answers at all - they should have been comments to my answer.
Categorías
Más información sobre Startup and Shutdown en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!