问题
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