reading letters using OCR
古いコメントを表示
I have a image in want to read the letters,but those letters are not read it shows just one letter,plz tell how to read it using ocr
my inage
5 件のコメント
Walter Roberson
2013 年 2 月 15 日
Have your considered morphological operations?
Pat
2013 年 2 月 15 日
Pat
2013 年 2 月 15 日
Walter Roberson
2013 年 2 月 15 日
Which is the original? The green one or the gray one?
Pat
2013 年 2 月 15 日
回答 (2 件)
Walter Roberson
2013 年 2 月 15 日
0 投票
Instead of converting to grayscale, threshold on the green channel.
Image Analyst
2013 年 2 月 15 日
0 投票
Those are very crude letters. It will probably take a pretty sophisticated OCR routine to recognize those. This MATLAB forum does not go into OCR much, except to refer you to the File Exchange or a web search. But you'll have trouble finding any OCR that can recognize those letters. You'd need substantial processing to turn them into something a lot more recognizable, and we just don't get into that kind of complicated algorithm development here. About all I could suggest is to use something like imclose() and bwmorph() to try to morph them into something that looks more like normal letters.
カテゴリ
ヘルプ センター および File Exchange で Convert Image Type についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!