
How to improve license plate location
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I dont know what is wrong the result are not good it find maybe 10% of plates. Algoritm is based on vertical and horizontal histogram, quality of picture is realy good and plate is almost at center of picture.
Maybe the problem is in edge detection? is" A=edge(A,'roberts');" enough or i need to use somthing else, or the problem is smowhere else?
this is a sample how plate looks http://www.naklejka.robego.drl.pl/galerie/t/tablice-rejestracyjne_269.jpg is quite simple.
can somebody help me solve this problem? i dont need to find 100% of the plates by 10% is just bad;/ what is wrong???
0 Kommentare
Antworten (1)
Image Analyst
am 15 Dez. 2014
Bearbeitet: Image Analyst
am 16 Dez. 2014
Try the Computer Vision System Toolbox: http://www.mathworks.com/help/vision/examples/automatically-detect-and-recognize-text-in-natural-images.html

Then once you have the text, find individual characters with OCR: http://www.mathworks.com/help/vision/examples/recognize-text-using-optical-character-recognition-ocr.html?prodcode=VP&language=en
0 Kommentare
Siehe auch
Kategorien
Mehr zu Computer Vision Toolbox finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!