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

1 回表示 (過去 30 日間)
Ahmed
Ahmed 2014 年 11 月 19 日
編集済み: Image Analyst 2014 年 11 月 19 日
-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)

採用された回答

per isakson
per isakson 2014 年 11 月 19 日
Search the File Exchange for Number plate recognition

その他の回答 (1 件)

Image Analyst
Image Analyst 2014 年 11 月 19 日
  7 件のコメント
Ahmed
Ahmed 2014 年 11 月 19 日
編集済み: Image Analyst 2014 年 11 月 19 日
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 2014 年 11 月 19 日
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.

サインインしてコメントする。

カテゴリ

Help Center および File Exchange3-D Volumetric Image Processing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by