搜索资源列表
手写识别系统
- 数字识别,识别手写体。 使用神经网络算法编写。 识别率一般,带训练功能-Number recognizing system,used to recogize the hand writing figures.It is writen by nero network and has low recognizing effects but we can exercise it.
手写数字识别
- 这个手写数字识别系统是基于模板匹配法建立的。它是我买的图书的光盘上的。-the handwriting recognition system figures are based on template matching method to establish. It is the books I buy on a CD-ROM.
手写识别
- 利用VB开发的手写数字识别系统,实现由1-10的手写识别-using VB's handwriting recognition system figures, the 1-10 achieved by the handwriting recognition
手写数字识别系统
- 111我们的任务是要设计并训练出一个可行、高效的 BP 网络,以实现对 0到 9共 10 个加噪声后的数字和识别。-Our task is to design and train a viable and efficient BP networks to achieve 0-9 to a total of 10 increases the noise figure and identification.
简单手写体数字识别系统
- 可以识别手写数字
模板匹配之手写数字识别系统
- 模板匹配之手写数字识别系统
基于神经网络的手写数字识别系统.rar
- 基于神经网络的手写数字识别系统
DigitalRecongnization
- 基于神经网络的手写数字识别系统,字符识别-Neural Network Based Handwritten Digit Recognition System
TextRecognition
- 该源代码压缩包中有2款OCR手写文字识别源码。一款是陨落雕(ThirdApple)的大作,识别率不错,手写输入识别后分别给出匹配率和匹配的字符。另一款是国外的源代码,也比较简单,这个源代码有字符学习功能,可以先学习,然后识别的能力就增强了。同时该源代码具有识别库文件信息储存,可以把一些个人手写习惯的字符储存起来,这样系统识别效率就高多了。 -OCR
weewe
- 手写数字识别系统,好好用的,希望大家喜欢哈-Handwritten numeral recognition system, properly used, I hope everyone likes Kazakhstan
fenlei
- 手写数字识别系统 vc++语言编程实现-Handwritten numeral recognition system, vc++ programming language
shouxiebixitong
- 基于网路的特别手写识别系统源码,学习手写识别-Web-based source of special handwriting recognition system to learn handwriting recognition
New_HandWriting_System
- 本文详细讲述了一种新型手写识别系统的设计与实现,对于开发嵌入式手写系统有很大的参考价值。-This paper describes a new handwriting recognition system design and implementation of embedded handwriting system for the development of great reference value.
Handwritten-character-recognition
- 用VC++编写的手写识别系统 。。。 已调试-Handwritten character recognition
shouxieshuzishibiemobanpipei
- 基于模版匹配的手写识别系统,是用dephi语言开发设计的,非常的实用,而且能够运行的-Template matching based handwriting recognition system, is dephi language development and design, very practical, and can run
cloud
- 基于云计算平台的手写识别系统.zip, 希望大家喜欢-Cloud-computing platform based on handwriting recognition system. Zip, cloud-computing platform based on handwriting recognition system. Zip, hope you like
shibie
- 基于人工神经网络的手写识别系统,具体没怎么实现过-Artificial neural network based handwriting recognition system, specifically not realized how
Character_Recognition
- 本程序主要参照论文,《基于OpenCV的脱机手写字符识别技术》实现了,对于手写阿拉伯数字的识别工作。识别工作分为三大步骤:预处理,特征提取,分类识别。预处理过程主要找到图像的ROI部分子图像并进行大小的归一化处理,特征提取将图像转化为特征向量,分类识别采用k-近邻分类方法进行分类处理,最后根据分类结果完成识别工作。 程序采用Microsoft Visual Studio 2010与OpenCV2.4.4在Windows 7-64位旗舰版系统下开发完成。并在Windows xp-32位系统下测试
手写数字识别
- 基于Matlab的手写数字识别系统,准确率还行,配有GUI界面(Matlab handwriting number recognition system, accuracy is not bad, with GUI interface)
基于深度学习的手写数字体识别
- 基于深度学习的手写数字体识别,以卷积神经网络(CNN)作为网络模型,利用mnist手写数字训练数据集训练手写数字识别模型,搭建手写数字识别系统,并用自己手写的数字照片进行测试。