搜索资源列表
手写识别系统
- 数字识别,识别手写体。 使用神经网络算法编写。 识别率一般,带训练功能-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.
基于Java的BP网络数字识别法
- 详细给出了一个完整的人脸检测算法。对于实际应用有一定的参考价值-detail given a complete face detection algorithm. For practical application of a certain reference value
parttern
- 实现手写数字识别算法,经过学习以后,可以识别用户使用鼠标在屏幕指定区域内书写的0-9十个数字。
NumberRecognition
- 一个简单的数字识别算法的介绍。算法适用性比较低,但很有针对性
印章识别算法
- 印章识别算法实例 数字图像处理-chop recognition algorithm examples of digital image processing
数字认识
- 仅供参考!实现了基本的数字识别,而且采用了当前最新的特征提取算法,所以使用起来速度很快,识别率也比较高!-Only for reference! Have realized the basic figure is discerned, and has adopted the present newest characteristic to draw algorithms, so it is very fast to use, the discerning rate is higher!
简单手写体数字识别系统
- 可以识别手写数字
以色列人写的车牌识别算法
- 以色列人写的车牌识别算法。 对于数字识别效果较好,虽然没有车牌捕捉部分,也值得借鉴。,Israelis to write the license plate recognition algorithm. Digital Identification for better, although there was no license plate capture part, but also be used for reference.
利用模式识别中的模板匹配算法
- 数字识别,利用模式识别中的模板匹配算法,主要实现的是车牌的数字和汉字识别-Number recognition, pattern recognition in the template matching algorithm, the main achievement is the license plate number and character recognition
basicOCR
- 基于OpenCV的OCR程序,可以实现数字识别,程序采用KNN算法,可以对样本数据进行计算-Based on OpenCV' s OCR program, you can digital identification process using KNN algorithm can calculate the sample data
Digital_Recognition
- 对图像中的数字,一部分用作训练样本用感知器算法进行训练,其余部分进行测试,达到百分百的正确数字识别-Digital Recognition using perception algorithm
0-9shuzishibiedaima
- 这是一个关于数字识别的一个算法,我也是在网上下载的,有能够理解的朋友看看啊 -This is a study on a number of identification algorithms, I also downloaded and have to understand a friend to see ah
digitaldetect
- 包括详细讲解与源代码,目的是将一幅图像中的数字识别出来,图像中数字有一定的倾斜角度,且各个部分光照不均,数字大体分布位置相同。作者根据图像的这些性质,对图像进行分析,写出了识别数字的一个算法,该算法先对图像进行尺度变换,将倾斜的图像正立,同时提取图像中的数字部分,再对数字进行特征的提取,最后确定所识别的是哪一个具体数字。在识别过程中,由于数字的特征不同,识别难度也不同,因此识别时有顺序区别,遵循先识别较难识别的数字,再识别简单的,并不是严格按照从0到9的顺序。对于题目材料中所给的6幅图像能进行
Handwrittennumeralrecognition
- 手写数字识别算法,基于置信度分析和多信息融合的手写数字识别。-Handwritten numeral recognition algorithm, based on the confidence level and multi-information fusion analysis of handwritten numeral recognition.
English_OCR_Using_Autocorrelation
- 本代码为Matlab英语字母和数字识别代码,使用autocorrelation算法.代码在Matlab7.0中运行成功,对于字体单一的情况,处理效果较好。-OCR for English & number based on Autocorrelation.
numrecogize
- 数字识别算法,运用生成数字模版的方法识别数字-number recognize
math_recognition
- 手写数字识别之模板匹配法,即位图的读写、细化算法、模板的建立以及如何进行批处理识别。-Handwritten numeral recognition of the template matching method, came to the throne map reading and writing, thinning algorithm, template creation, as well as how to identify the batch.
upload
- 数字识别系统源代码:数字字符识别算法源码,用于进行字符识别-Digital Identification System Source: Digital character recognition algorithm source code, used for character recognition
BP算法的手写数字识别
- 简单的应用gui界面编写的数字识别。。。。。。