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

조회 수: 3 (최근 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)

채택된 답변

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 CenterFile 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!

Translated by