Does anyone have any sample on MATLAB coding for Number plate recognition?
1 回表示 (過去 30 日間)
古いコメントを表示
-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)
0 件のコメント
採用された回答
その他の回答 (1 件)
Image Analyst
2014 年 11 月 19 日
See the Computer Vision System Toolbox. It has OCR: http://www.mathworks.com/help/vision/ref/ocr.html#bt548t1-2_1
Find published algorithms here: http://www.visionbib.com/bibliography/motion-f726.html#License%20Plate%20Recognition,%20Extraction,%20Analysis
7 件のコメント
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 Exchange で 3-D Volumetric Image Processing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!