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

1 visualizzazione (ultimi 30 giorni)
-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)

Risposta accettata

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

Più risposte (1)

Image Analyst
Image Analyst il 19 Nov 2014
  7 Commenti
Ahmed
Ahmed il 19 Nov 2014
Modificato: Image Analyst il 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 il 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.

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by