开发者

recognizing letter in image OCR

i searched with no result. If i copy other topic, please delete, not making mess. I have question about image recognition OCR using C#

I am working on image which shows the scrabble. First i converted image to grayscale, thresholded to find out only black letters and then I used median to avoid the walls around letters.

Now, how to start to get at the end function which will recogniz开发者_C百科e letter? Should i somehow now separate 'foreach' letters :-) or just start recognizing ? On what problem should i take attention before start recognizing? Any sources will be welcome. :-)

Any idea will be also very helpful.


Well, this is a big, vast discussion... If you don't want to reinvent the wheel, I suggest you use Tesseract, an open source OCR in C++, or Tessnet2 which is a .NET wrapper around it.

I had the same approach as yours, i.e. grayscale then thresholds etc in .NET, then I adapted a bit Tesseract (Tessnet2 is a wrapper around Tesseract 2.0, not 3.x which is the actual version) to have a good interface for OCR output then I have good results.

Here is another subject on OCR and Tesseract on Stack Overflow which describes more precisely what it consists in.

Of course if what you want is play with OCR concepts to make them work by yourself, this is not the good way :-)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜