搜索资源列表
ROBOTsystem
- 本程序是基于模板匹配的语音识别技术。提取语音的特征,并建立模板库。可以将语音识别技术应用于机器人。-this program is based on template matching speech recognition technology. Extraction of voice features, and the establishment of Template Library. Voice recognition can be used in robot technology.
off_line_recognition
- 模式识别中的脱机字符识别,包括手写数字识别之Fisher线性判别,手写数字识别之模板匹配法,数字识别之神经网络法及细化算法。-pattern recognition of Offline Character Recognition, including handwritten digital identification Fisher Linear Discriminant. Handwritten identification template matching, digital identi
Speeching
- 端点检测算法采用现阶段比较精确的时频方差检测法,模式识别和模板匹配采用的是改进后的DTW算法(主要是限定了DTW的搜索路径,进一步精确了DTW的平行四边形的形状,进一步的减少匹配中的参数存贮量以及多余的搜索路径)。
模板匹配的语音识别
- 本程序是基于模板匹配的语音识别技术。提取语音的特征,并建立模板库。可以将语音识别技术应用于机器人
ROBOT
- 本程序是基于模板匹配的语音识别技术。提取语音的特征,并建立模板库。可以将语音识别技术应用于机器人-This procedure is based on template matching speech recognition technology. Extraction of speech features, and the establishment of the template library. Speech recognition technology can be applied to
delphi5
- 模板匹配之手写数字识别系统,基于DELPHI 7.0-Template matching of handwritten numeral recognition systems, based on DELPHI 7.0
ImagePatternRecognition
- 本书介绍图像模式识别的各种算法及其编程实现步骤。全书共分为10章,内容包括:模式识别的基本概念,位图的基础知识,分类器设计,模板匹配分类器,基于概率统计的Bayes分类器,几何分类器,神经网络分类器,图像分割与特征提取,聚类分析,模糊聚类分析,遗传算法聚类分析-Image Pattern Recognition
DigitalRecongnization
- 用模板匹配地方法对手写数字进行识别,识别率很高-Template matching method used to handwritten digits recognition, recognition rate is high
ROBOTsystem
- 本程序是基于模板匹配的语音识别技术。提取语音的特征,并建立模板库。可以将语音识别技术应用于机器人-This procedure is based on template matching speech recognition technology. Feature extraction of speech and the establishment of the template library. Speech recognition technology can be used for rob
1
- 本程序是基于模板匹配的语音识别技术。提取语音的特征,并建立模板库。可以将语音识别技术应用于机器人-The program is based on a template matching voice recognition technology. Extraction of the pronunciation of the characteristic, and establish template library. Speech recognition technology can be app
tROBBOTsysteeh
- 本程序源码是一种基于模板匹配的语音识别技术。提取语音的特征征,并建立模板库。能将语音识别技术应用于机器人。 可直接使用。 -this program is based on template matching speech recognition technology. Extraction of voice featuures, and the establishment of Template Library. Voice recognition can be used in robo
cuda_match
- 使用NVIDIA的CUDA并行架构下的模板匹配,效率比openCV的有很大提升-Template matching using the NVIDIA CUDA parallel architecture, enhance efficiency than openCV
chepaishibie
- 基于matlab的车牌识别,GUI图像显示,简洁明了,识别过程用的是模板匹配,文件齐全。-License plate recognition matlab-based GUI image display, concise, the identification process is the template matching, the file is complete.
homework2
- 这是一个用matlab实现的切割二代身份证上数字和汉字,并且进行识别的程序,gui做好了界面,效果还可以,运用的是连通域切割方法和模板匹配法,文件夹里面有一篇我用到了算法的论文,很有帮助。总的切割和识别率有百分之80以上,效果还可以-This is a matlab implementation of cutting numbers and characters on the second generation ID card and identification procedure, gui
DEC5502_CODEC_4
- 一个基于TI_C5502_DSP平台上的简单说人话识别系统,采用MFCC的特征提取方法和DTW的动态模板匹配方法。-A simple speaker recognition system based on TI_C5502_DSP, using MFCC feature extraction methods and DTW dynamic template matching method.
model-edge--detection
- 模板匹配法实现边沿检测,包括点模块、线模块和边沿模块等,文件中包含源图片及其程序运行结果-edge detection
shixi
- 首先提取印刷品的数字图像,对图像进行预处理,然后用模板匹配将图像中的文字部分分割出来,在提取文字图像的特征参数,最后对照标准样张图像的特征参数分析该印刷品的印刷质量,得到质量数据。-First extract the print of digital image, the image preprocessing, and then the text part of the image segmentation with template matching, text image feature
speech_recognition_based_on_DTW
- 基于动态时间规整,解决了发音长短不一的模板匹配问题,达到语音识别的目的-speech recognition based on DTW
DTW
- 在孤立词语音识别中,最为简单有效的方法是采用DTW(Dynamic Time Warping,动态时间归整)算法,该算法基于动态规划(DP)的思想,解决了发音长短不一的模板匹配问题,是语音识别中出现较早、较为经典的一种算法,用于孤立词识别。HMM算法在训练阶段需要提供大量的语音数据,通过反复计算才能得到模型参数,而DTW算法的训练中几乎不需要额外的计算。所以在孤立词语音识别中,DTW算法仍然得到广泛的应用。-In isolated word speech recognition, the mos
20101
- 检测相机采集的一张图像,检测图像两处是否和模板匹配。-Detects an image acquired by the camera and checks whether the image matches the template.