基于知识库的手写体数字识别我要分享

Handwritten numeral recognition based on knowledge base

关注次数: 250

下载次数: 1

文件大小: 23.31 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:基于知识库的手写体数字识别,教材配套代码,完整可直接运行!!!首先,读入手写数字图片进行图像归一化处理,统一尺寸,二值化;其次,对二值化图像进行图像细化等形态学操作,特征提取;最后,载入模板矩阵进行比对,选用欧氏距离测距,得到识别结果。


English Description:

Based on the knowledge base of handwritten numeral recognition, textbook matching code, complete, can run directly!!! First, read the handwritten digital image for image normalization, uniform size, binarization; second, the binary image for image thinning and other morphological operations, feature extraction; finally, load the template matrix for comparison, select Euclidean distance measurement, get the recognition results.


代码预览

相关推荐