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

1 visualización (últimos 30 días)
-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)

Respuesta aceptada

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

Más respuestas (1)

Image Analyst
Image Analyst el 19 de Nov. de 2014
  7 comentarios
Ahmed
Ahmed el 19 de Nov. de 2014
Editada: Image Analyst el 19 de Nov. de 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 el 19 de Nov. de 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.

Iniciar sesión para comentar.

Categorías

Más información sobre 3-D Volumetric Image Processing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by