开发者

need help in C# OCR

开发者 https://www.devze.com 2023-02-19 23:24 出处:网络
I am doing C# OCR for Chinese characters. I am required to do something like COCR2, which the users can use the small box to choose the character that the users want th开发者_Python百科e system to rec

I am doing C# OCR for Chinese characters. I am required to do something like COCR2, which the users can use the small box to choose the character that the users want th开发者_Python百科e system to recognize from the image. Anyone know how to do that?


I have done something similar using Emgu CV (a .net wrapper for OpenCV). http://www.emgu.com/wiki/index.php/Main_Page

I specifically used the EigenObjectRecognizer class to do the image matching.

0

精彩评论

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