image processing recognizing object digit

走远了吗. 提交于 2019-12-12 03:56:43

问题


need help with implementation on recognizing characters from a image. for example i have

how to recognize 142 489


1. to make images for every digit, map 0 -> [images like 0], 1 -> like 1... and so on.
2. to make only lines of image, i mean

and compare with images in case 1, or with "skelet" in case 2. how to implement one of this methods? using Aforge in c#;


回答1:


This is not a trivial problem so you may be better to examine an existing implementation like the .NET wrapper for Tesseract.



来源:https://stackoverflow.com/questions/15860906/image-processing-recognizing-object-digit

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!