搜索资源列表
编码识别代码通过图像识别技术
- 用摄像头采集类似于电话充值卡的图象,对其的卡号,密码区域进行识别,只识别数字。(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.
419
- 用VC++编写的基于神经网络的手写字符识别程序,该程序功能强大,识别率高,应用范围广-VC prepared based on neural network Handwritten Character Recognition program, which is a powerful, high recognition rate and wide application
文字识别程序
- 目前该手写体识别系统主要分为 预处理模块: 主要包括训练数据和识别数据的读取,归一化,二值化 特征提取模块:主要包括笔划方向特征和网格密度特征,还可以根据对识别率的要求继续增加其他特征 识别(分类器)模块:主要包括SVM方法和BP神经网络的方法,其中SVM方法的识别率较高,SVM+网格密度特征, 在小字符集情况下,达到了识别率97%以上 采用OO思想编写,适合做二次开发-currently the handwriting recogni
VC文字识别
- 文字识别VC编写,小巧,识别率较高,姿态识别,模糊识别-Character Recognition VC prepared, compact, high recognition rate, the gesture recognition, fuzzy Recognition
20060712003
- 一种汉字模式识别的VC++源代码,里面包含了学习与识别的算法实现,识别一种汉字前,先学习几遍。识别率高,对学习与研究模式识别很有好处。方便修改。-a Chinese character pattern recognition VC source code, which contains the learning and recognition algorithm, a Chinese character recognition, fir
featurefusion2.0
- 对不同特征进行融合,得到更好的语音特征,识别率高。-Integration of different features, better voice features, a high recognition rate.
facerecongniae
- 这是一个基于VC 开发的人脸识别软件,具有速度快,识别率高的特点。-This is a VC based on the development of face recognition software, speed, high recognition rate.
zerocros
- 语音端点检测中采用的短时过零率的程序,用于端点检测过程识别率高-Speech Endpoint Detection in the use of short-time zero-crossing rate of the procedure for the endpoint detection process to identify a high rate of
hand_ocr
- 手写数字识别系统,能自动学习字形,识别率高。-Handwritten numeral recognition system can automatically learn shape, recognition rate is high.
gray_fragile_robust
- matlab编写的对灰度图像的数字水印添加与提取程序。压缩包中有示例图片。可以添加水印,结果肉眼不易分辨出变化,不影响使用。可加入信息长度达10k字节。提取时可验证是否被修改过,如未修改,可提取隐藏信息。可标记修改位置。当图像发生旋转,缩放,少量平移时,仍能提取出强水印信息,以确保图像来源。弱水印识别率高,强水印识别率不是很高,当图像变化较小时,可以工作,变化较大时,强水印也无法提取。-matlab prepared on the gr
chepaishibie2
- 在车辆牌照自动识别系统中,因自然因素或采 样因素使得原本规则的印刷体字符产生畸变,给字符识别带 来了很大困难。本文在特征抽取的基础上,采用BP网络进行 分类,并附加线性感知器来实现单字的有效识别。该方法算法 简便,识别率高,可适用于多种高噪声环境中的印刷体字符识 别。 -Vehicle license in the automatic identification system, the result of na
picrecognizesystem
- 使用C#编写的采用卡尔曼滤波和bregeler算法的图象识别程序,在.net2005下运行,识别率高,自动特征库,有机器学习功能-The use of C# prepared using Kalman filtering and image recognition algorithm bregeler procedures. Net2005 running, identify a high rate of automatic featu
GestureRecognion
- 人脸识别程序,支持摄像头,需要预先输入图象识别,加入了毛发,人脸360度模型等先进设置,识别率高-Face recognition process, to support the camera, the need to pre-input image recognition, joined the hair, face 360-degree model and other advanced settings, a high recogn
PCALDA
- 这是自己毕业设计做的PCA和LDA的结合,训练和识别过程都有,用的是ORL库里的图像,具有较高的识别率!-This is the pca+lda,and it has the good recognition!
FaceRecognition
- 实现人脸的自动检测和识别,具有很高的识别率和检测率-Implementation of automatic face detection and recognition, a high recognition rate and detection rate
chinesecharrecognizer
- 手写体汉字识别,手写方便,识别率高,采用新的算法,-Handwritten Chinese character recognition, handwriting Convenience, identification rate, the introduction of a new algorithm,
ex3
- 基于BP神经网络识别字符. BP神经网络算法是把一组样本输入输出问题转化为一个非线性优化问题,并通过梯度算法利用迭代运算求解权值的一种学习方法。采用BP网络进行分类,并附加线性感知器来实现单字符的有效识别,算法简便,识别率高,可适用于多种高噪声环境中的印刷体字符识别。-BP neural network based character recognition. BP neural network algorithm is a set
VB图像识别
- VB 图像识别,运用直方图来进行识别,识别率高,代码高效,安全(VB image recognition, histogram recognition, high recognition rate, code efficiency, security.)
0到9语音识别
- 实现数字0到9的语音信号的dtw识别,识别率高,(It realizes DTW recognition of speech signals with digits 0 to 9, and has high recognition rate.)