Does anyone have any sample on MATLAB coding for Number plate recognition?
Show older comments
-Image captured
-RGB to grayscale
-Image filtering (edge detection, sobel, laplacian)
-Morpholgy
-Image treshold
-Convert to black & white
-Extract number plate box from image
-character segmentation
-character recognition (OCR)
Accepted Answer
More Answers (1)
Image Analyst
on 19 Nov 2014
1 vote
See the Computer Vision System Toolbox. It has OCR: http://www.mathworks.com/help/vision/ref/ocr.html#bt548t1-2_1
Find published algorithms here: http://www.visionbib.com/bibliography/motion-f726.html#License%20Plate%20Recognition,%20Extraction,%20Analysis
7 Comments
Ahmed
on 19 Nov 2014
Ahmed
on 19 Nov 2014
Edited: Image Analyst
on 19 Nov 2014
Image Analyst
on 19 Nov 2014
It does show up. I just copied and pasted and ran, and here is the result:

It's right there in the lower right corner. Why do you say it doesn't show up?
Ahmed
on 19 Nov 2014
Image Analyst
on 19 Nov 2014
What version of MATLAB do you have? If you have an old version and don't have imgradient(), it should have thrown an exception. Did you see any red error text?
Ahmed
on 19 Nov 2014
Edited: Image Analyst
on 19 Nov 2014
Image Analyst
on 19 Nov 2014
It's not available in your 6 year old version. Contact the Mathworks about upgrading. Or else write it yourself. You might be able to get by with a DOG filter and I've attached a demo.
Categories
Find more on Text Detection and Recognition in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!