搜索资源列表
编码识别代码通过图像识别技术
- 用摄像头采集类似于电话充值卡的图象,对其的卡号,密码区域进行识别,只识别数字。(0-9)但原理相同,你只需改一下字库即可使用。 我先说下步骤: 1. 字符和字符之间都有间隔,首先要根据间隔确定每个字符的区域(Rect). 2. 然后一个一个象素地和标准字符比较。也就是比较 26 * 2 = 52 次,误差最小的,就认为是该字符。 (注:这种算法比较简单,易于理解,缺点就是效率不高,我用摄像头采集图象识别数字成功率为 98%以上。我曾请教
神经网络法字符识别
- 这是一个基于神经网络法的字符识别系统,神经网络法的使用使本系统识别率很高。-This is a neural network based on the character recognition system, neural network to enable the use of the system to identify high rate.
文字识别程序
- 目前该手写体识别系统主要分为 预处理模块: 主要包括训练数据和识别数据的读取,归一化,二值化 特征提取模块:主要包括笔划方向特征和网格密度特征,还可以根据对识别率的要求继续增加其他特征 识别(分类器)模块:主要包括SVM方法和BP神经网络的方法,其中SVM方法的识别率较高,SVM+网格密度特征, 在小字符集情况下,达到了识别率97%以上 采用OO思想编写,适合做二次开发-currently the handwriting recogni
人工智能OCR文字识别程序
- 人工智能OCR文字识别源程序,VB编写的,不得不服,没用使用控件,识别率在90%以上,可直接用于你的项目中,经过我的测试,绝对可以使用.-Character Recognition OCR artificial intelligence source, written in VB, not against, it's useless to use controls, the recognition rate of more th
手写识别系统
- 数字识别,识别手写体。 使用神经网络算法编写。 识别率一般,带训练功能-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.
车牌识别
- 车牌识别的源代码,原来是在这里下的,我进行了改进,可以识别率提高了不少-LPR source code, it was here under, I was working to improve, the recognition rate can raise a lot
算式编译识别(语音版)(原创)
- 本程序结合识别技术.编译原理技术.智能发音 本品在识别基本字符基础上,可以识别算式,即给出你书写的算式是否正确,并计算出结果,由于硬件或操作系统的鼠标中断原因,记点不是很好,但我们通过补点基本上处理这个问题,由于字符数据库输入有限和鼠标作为书写工具,所以识别率不能达到100%,但只要你认真书写,慢慢规范书写基本上可达到100%,由于出于对程序的保护,所以不提供原代码,答辩时会透漏,并请您打开你的音响,会听到真人发声 -iden
VC文字识别
- 文字识别VC编写,小巧,识别率较高,姿态识别,模糊识别-Character Recognition VC prepared, compact, high recognition rate, the gesture recognition, fuzzy Recognition
lda
- 这是一个lda的程序,在别处找到的,觉得还行,想和大家分享分享。识别率确实不错,我实在orcl人脸库上进行的,在其他的人脸库里还未来得及试验,相信也会很不错的。大家多多支持啊。-lda This is a procedure in finding elsewhere, I felt that trip, and would like to share with you to share. Recognition rate is not
facerecongniae
- 这是一个基于VC 开发的人脸识别软件,具有速度快,识别率高的特点。-This is a VC based on the development of face recognition software, speed, high recognition rate.
PCALDA
- 这是自己毕业设计做的PCA和LDA的结合,训练和识别过程都有,用的是ORL库里的图像,具有较高的识别率!-This is the pca+lda,and it has the good recognition!
OK
- 基于PCA实现的人脸识别,识别率达到80 以上-Face Recognition Based on PCA implementation, the recognition rate of more than 80
FaceRecognition
- 实现人脸的自动检测和识别,具有很高的识别率和检测率-Implementation of automatic face detection and recognition, a high recognition rate and detection rate
FaceRecognition
- 这是一个matlab编写的计算人脸识别率的小程序,选用的图像数据库位ORL数据库。-This is a face recognition matlab calculation of the rate of the preparation of small procedures, digital image database selected ORL database.
tongjipcarecognition
- 统计PCA人脸识别程序 识别率比较高 大家多多下载-statical face recognition recognition high
lpp
- 基于LPP的人脸识别模块,运用matlab7.0编写,识别率达到70 以上,能够很好的识别不同姿势,光照,表情的变化-LPP-based face recognition module, using matlab7.0 writing, over 70 recognition rate can be a very good identification of the different positions, illumination,
HMMDemo
- 基于Opencv和Visual C++技术,编程实现的人脸识别系统,可以实现人脸的自动识别,在ORL人脸库中取得了98 的识别率-Based on Opencv and Visual C++ technology, programming of the face recognition system that can realize the automatic face recognition, in the ORL face data
PCAOK
- PCA人脸识别,在ORL人脸库中有88 的识别率,简单方便-PCA face recognition, in the ORL face database, 88 recognition rate, simple
C# OCR光学识别,数字识别率达100%
- Ocr光学识别数字,识别率达百分百,基于AspriseOcr(AspriseOcr removal of projectile fr a me restriction)
VB图像识别
- VB 图像识别,运用直方图来进行识别,识别率高,代码高效,安全(VB image recognition, histogram recognition, high recognition rate, code efficiency, security.)