フィルターのクリア

Can anyone help me with Character Recognition?

3 ビュー (過去 30 日間)
peyush
peyush 2015 年 7 月 26 日
コメント済み: peyush 2015 年 7 月 28 日
I have the following characters: "M", "a", "x", "y" and "d" in .png format
each .png image contains single character so i have uploaded five images(its look like it is a single image but its not)....
all the images are handwritten,in binary format and have same resolution(40x70)....
there are some cuts in some characters...
How to recognize these characters or what is the easiest way to do it?....i will appreciate if someone help me with the code as i am new to MATLAB

採用された回答

Image Analyst
Image Analyst 2015 年 7 月 26 日
OCR is in the Computer Vision System Toolbox http://www.mathworks.com/help/vision/ref/ocr.html#bt548t1-2_1
Of course the accuracy depends on how corrupted and poor the character appears.
  4 件のコメント
Image Analyst
Image Analyst 2015 年 7 月 27 日
You might have to look at other letters and figure out the context. Maybe even use a spell checker. You'll have the same problem with determining if a tall stick figure is an l (lower case L), a 1 (number), or an I (upper case i). Basically they all look about the same, especially with poor quality images like you're stuck with.
peyush
peyush 2015 年 7 月 28 日
thanks for your valuable suggestion:-)

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeComputer Vision Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by