Does anyone have any sample on MATLAB coding for Number plate recognition?

2 views (last 30 days)
-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

per isakson
per isakson on 19 Nov 2014
Search the File Exchange for Number plate recognition

More Answers (1)

Image Analyst
Image Analyst on 19 Nov 2014
  7 Comments
Ahmed
Ahmed on 19 Nov 2014
Edited: Image Analyst on 19 Nov 2014
MATLAB 7.6.0 (R2008a). yes sir, exactly. when i executed the code, the red error text appeared.
??? Undefined function or method 'imgradient' for input arguments of type 'uint8'.
Image Analyst
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.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!