Introduction - If you have any usage issues, please Google them yourself
A brief description of ideas:
1, image binarization
Pictures of all the points expressed by 0 or 1, 1 for the effective point, 0 for background. Used here is the largest between-class variance
(Otsu), are introduced in the data.
2, removal of interference points
3, partition
The whole picture is divided into each individual character, in the next step in order to identify 11.
4, compared with the sample database, the search might match the recent
This step is to compare the core places, due to the recognition of each of the graphics changes are random, we can not be finished
Identification of the entire match, so the use of the Euclidean distance to be like the recent match, the information in the "free handwritten
Digital Identification, "which is described in detail.
(Sample library features in accordance with the matching pre-prepared through the process of learning to be)
The identification of a lot of ide