Introduction - If you have any usage issues, please Google them yourself
This procedure mainly refers to the paper, "OpenCV based offline handwritten character recognition technology" to achieve the recognition of handwritten Arabia digital work. The recognition work is divided into three major steps: preprocessing, feature extraction, classification and recognition. The pretreatment process is mainly to find ROI sub images of the image and normalized by the size of the feature extraction image into feature vector classification using k- nearest neighbor classification processing, according to the classification results to complete the identification work.
Procedures using Microsoft, Visual, Studio 2010 and OpenCV2.4.4 in Windows 7-64 bit ultimate system development completed. And in Windows xp-32 bit system test available.