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

3 Ansichten (letzte 30 Tage)
-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)

Akzeptierte Antwort

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

Weitere Antworten (1)

Image Analyst
Image Analyst am 19 Nov. 2014
  7 Kommentare
Ahmed
Ahmed am 19 Nov. 2014
Bearbeitet: Image Analyst am 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 am 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.

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by