搜索资源列表
VC++数字图象获取处理计算法
- 分别讨论了位图及图像类的概念、图像获取、图像增强、图像复原、正交变换、压缩编码、图像配准、运动检测、特征提取、图像分割及识别的相关知识,基本涵概了从图像获取到图像处理的各个领域,并结合Microsoft公司面向对象的可视化集成编程系统Visual C++,给出了相应的算法和完整的源代码。 -discussed a bitmap image and the concept of class, image acquisition, image enhancement, image restora
off_line_recognition
- 模式识别中的脱机字符识别,包括手写数字识别之Fisher线性判别,手写数字识别之模板匹配法,数字识别之神经网络法及细化算法。-pattern recognition of Offline Character Recognition, including handwritten digital identification Fisher Linear Discriminant. Handwritten identification template matching, digital identi
oneline_sign_recognition
- 模式识别中的联机字符识别,包括联机手写数字识别和联机数字、英文字符及汉字识别算法实现源代码-pattern recognition of Character Recognition on-line, including on-line handwriting recognition and on-line digital figures English characters and character recognition algorithm source code
digital_recogonizer
- 神经网络进行手写数字识别: 本程序是BP算法的演示程序, 其中的Levenberg-Marquardt算法具有实用价值. 带有图形界面-neural network handwritten numeral recognition : this program is the BP algorithm Demonstration Program, The Levenberg-Marquardt algorithm is practical value. with a graphical in
dtw_revised
- 利用DTW模版匹配算法实现0~9十个数字的识别。-use DTW template matching algorithm 0-9 10-digit identification.
CHMM
- 基于CHMM的高性能连续数字语音识别算法.rar
yu
- 1-10孤立数字的识别(BP算法),本人用的是LPC进行特征参数提取,用BP进行训练识别
matlab
- MATLAB神经网络0-9数字识别 该程序利用神经网络对数字0-9...遗传算法优化小波神经网络源程序 基于C语言实现的人脸识别
dtw算法源代码
- 一个完整的基于Matlab的DTW模型算法及高效算法程序,能快速识别数字0-9,运行testdtw即可。-An excellent MATLAB program for the algorithm as a DTW model. It can recognise the number of 0-9. Try it, just run testdtw.
递归下降分析器
- 目的】 使用递归子程序法设计一个语法分析程序,理解自顶向下分析方法的原理,掌握手工编写语法分析程序的方法。 【要求】 1、使用递归下降分析算法分析表达式文法: exp ::= exp addop term | term addop ::= + | - term ::= term mulop factor | factor mulop ::= * | / factor ::= (exp) | number 其中number可以是多位的十进制数字串(整数即可),因此这里还需要一个小的词法分析器来得到
dtw_train
- 用标准C语言实现的基于DTW算法的特定人孤立词语音识别系统,能实现汉语数字0至9个语音发音的识别,具有很好的识别性能。-Using standard C language based on the DTW algorithm to achieve the specific words were isolated speech recognition system, to achieve Chinese figures 0-9 voice pronunciation recognition, wi
DSP
- 基于DSP芯片为控制核心,设计了语音处理系统,有效地解决了高性能与低成本间的矛盾。系统的硬件部分包括数字信号处理芯片、音频CODEC模块、电源模块、滤波电路、JTAG 仿真接口等几大模块,系统的软件部分介绍了语音识别的基本原理,阐述了DSP实现技术,探讨并验证小波变换算法比傅里叶变换算法在提高语音识别系统性能应用中的有效性。该系统资源丰富,电路兼有模拟和数字信号接口,可以作为一个独立的模块应用于其他电路,方便地扩展其应用。-The design of speech process system
DTWspeech
- 本 文 首先 介绍了语音识别的研究和发展状况,然后循着语音识别系统的 处理过程,介绍了语音识别的各个步骤,并对每个步骤可用的几种方法在实 验基础上进行了分析对比。研究了语音信号的预处理和特征参数提取,包括 语音信号的数字化、分帧加窗、预加重滤波、端点检测及时域特征向量和变 换域特征向量.其中端点检测采用双门限法.通过实验比对特征参数的选取, 采用12阶线性预测倒谱系数作为识别参数。详细分析了特定人孤立词识别算 法,选定动态时间弯折为识别算法,并重点介绍其设计实现。 在
YFFXQ
- 使用递归子程序法设计一个语法分析程序,自顶向下分析方法. 1、使用递归下降分析算法分析表达式文法: exp ::= exp addop term | term addop ::= + | - term ::= term mulop factor | factor mulop ::= * | / factor ::= (exp) | number 其中number可以是多位的十进制数字串(整数即可),因此这里还需要一个小的词法分析器来得到number的值。 2、该
speechrecognition
- 该系统可以实现孤立数字发音的识别,首先对语音信号进行端点检测,提取了语音信号的MFCC特征,进行识别时,运用了动态规整算法。-The system can identify isolated digital sound, the first endpoint detection of speech signals, MFCC extracted voice signal characteristics, identification, the use of dynamic warping alg
0-9-Speech-recognition
- 0到9的数字语音识别 包含matlab源代码 DTW算法-0-9 contains digital voice recognition matlab source code DTW algorithm
homework2
- 这是一个用matlab实现的切割二代身份证上数字和汉字,并且进行识别的程序,gui做好了界面,效果还可以,运用的是连通域切割方法和模板匹配法,文件夹里面有一篇我用到了算法的论文,很有帮助。总的切割和识别率有百分之80以上,效果还可以-This is a matlab implementation of cutting numbers and characters on the second generation ID card and identification procedure, gui
VerifyCode
- 识别网站验证码。自己以前写的,只能针对数字字体固定的那些验证码。采用idhttp下载验证码图片,V0~~V9是数字0~~9的特征码,通过比较数字的特征码相似百分比来判断这个是什么数字。识别率较高。 本程序不是通过复杂的数学算法来实现。所以难度不高,只是游戏之作,不喜勿喷!-Identification codes. Their written before, only those fixed font for digital verification code. Using idhttp dow
print
- 使用MATLAB实现数字识别,附带4个源程序,其中核心算法见程序4-Using MATLAB to realize digital identification, with four source program, which see program 4 core algorithm
kNN
- 使用k-近邻算法改进约会网站的配对算法和使用k-近邻算法的手写数字识别系统-Use k- nearest neighbor matching algorithm to improve the dating sites and use of k- nearest neighbor handwritten numeral recognition system