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

2 vues (au cours des 30 derniers jours)
-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)

Réponse acceptée

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

Plus de réponses (1)

Image Analyst
Image Analyst le 19 Nov 2014
  7 commentaires
Ahmed
Ahmed le 19 Nov 2014
Modifié(e) : Image Analyst le 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 le 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.

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by