搜索资源列表
识别手写数字的程序
- 这是一个识别手写数字的程序,可以通过修改模板,也可以识别数字、英文字符验证码
手写数字识别
- 这个手写数字识别系统是基于模板匹配法建立的。它是我买的图书的光盘上的。-the handwriting recognition system figures are based on template matching method to establish. It is the books I buy on a CD-ROM.
基于神经网络的手写数字识别系统.rar
- 基于神经网络的手写数字识别系统
3种模板匹配法实现的手写数字识别示例
- 3种模板匹配法实现的手写数字识别示例
DigitalRecongnization
- 基于神经网络的手写数字识别系统,字符识别-Neural Network Based Handwritten Digit Recognition System
weewe
- 手写数字识别系统,好好用的,希望大家喜欢哈-Handwritten numeral recognition system, properly used, I hope everyone likes Kazakhstan
RegFigure
- 本实例实现了手写数字的识别,采用联机字符识别技术,提供了1, 2 ,3 ,7, 4 几个数字的识别-The implementation of the examples of handwritten digit recognition, the use of online character recognition technology to provide the 1,2,3,7,4 figure some of the identification
julei
- 这是我买的一本书里自带的手写数字识别程序使用的使聚类识别模式,可以参考-This is the one I bought the book comes with handwriting recognition program to use the figure to enable identification of models clustering, you can refer to
recognition
- 用VC开发联机数字、英文字符及汉字识别、人脸的检测与定位、图像的纹理分析方法、手写数字识别之模板匹配法等识别方法代码,均通过调试运行,希望对大家有所帮助-VC-line with the development of the number of English characters and Chinese character recognition, face detection and location, image texture analysis, handwritten numeral
ex13_061221015
- 1)实现手写阿拉伯数字的识别。 2)读入测试图象,鼠标选中相应区域,输出区域中的数字值。-1) to achieve the recognition of handwritten Arabic numerals. 2) read the test images, the mouse to select the appropriate region, the output of the digital value of the region.
Neuralnetworkimagerecognitionprocedures
- 神经网络的图像识别程序,可以进行手写数字的识别-Neural network image recognition procedures, can be hand-written digit recognition
handwrite
- 根据手写的这些特点对手写数字的识别处理进行探讨并以VC6.0开发环境加以实现。 手写数字的识别和识别印刷体汉字或数字可以使用相同的技术,实际上也确实如此。 -According to these characteristics of the handwriting handwritten number recognition processing of the development environment to explore and to VC6.0 be achieved. Han
julei
- 基于聚类分析的手写数字识别 vc++实现-Based on cluster analysis of the handwritten numeral recognition vc++ to achieve
shuzishibie1
- 基于Matlab的手写数字识别 图像预处理工作的论文 (pdf格式)-Handwritten Digit Recognition Based on Matlab image pre-processing work papers (pdf format)
shuzishibie2
- 基于主分量分析法的脱机手写数字识别 文章(pdf格式)-Based on principal component analysis of the off-line handwritten numeral recognition article (pdf format)
NumberRecognition
- 此程序用于识别手写数字,主要是采用基于特征的方法,用一个5×5的栅格将数字分成25分,每份为一个特征,共有25个特征,然后进行特征匹配,识别出数字。-This procedure used to identify handwritten digits, mainly based on the characteristics of the method, using a 5 × 5 grid will be divided into 25 sub-figures, each as a featur
14.SVM(代码)
- 用SVM在python平台实现手写数字的识别(using the algorithm of SVM to recognition of handwritten numerals on python)
手写数字识别
- 通过训练图片中数字0~9,跟着通过手写输入识别出所写数字的类别。(By training the number of 0~9 in the picture, we can identify the category of the written number followed by handwritten input.)
手写数字识别
- 基于Matlab的手写数字识别系统,准确率还行,配有GUI界面(Matlab handwriting number recognition system, accuracy is not bad, with GUI interface)
基于深度学习的手写数字体识别
- 基于深度学习的手写数字体识别,以卷积神经网络(CNN)作为网络模型,利用mnist手写数字训练数据集训练手写数字识别模型,搭建手写数字识别系统,并用自己手写的数字照片进行测试。