搜索资源列表
speakerrecongnizion
- 与文本有关的利用模块匹配算法的说话人确认系统-text and the use of the matching algorithm module Speaker Verification System
2006111
- 支持英文、数字、中文(简体)混合分词 常用的数量和人名的匹配 超过22万词的词库整理 实现正向最大匹配算法 智能数字,日期,人名识别。-support English, figures, Chinese (simplified) mixed at the number of commonly used words and the names of more than 220,000 matching word thesaurus finishing achieve the greatest po
DSPLIT
- 对手写数字进行分类并识别 应用模板匹配算法进行分类。 应用Bayes算法进行分类。 应用线性函数算法进行分类。 线性算法进行分类。 应用神经网络算法进行分类。-right handwritten figures for the identification and classification of application template matching algorithm for classification. Application of Bayesian class
pic_detect.Rar
- 图象的检测,模板匹配算法代码,实现了图像的运动监测和匹配算法,算法较简单,准确率尚需提高-image detection, template matching algorithm code, the images of the campaign monitoring and matching algorithm. algorithm is relatively simple, yet accurate rate increase
fastmatch
- 一种快速的图像匹配算法,能够识别复杂背景下的小目标
picture
- 用MATLAB对两幅图片进行图像匹配,程序运用了两种匹配算法:1.基于灰度值的模板匹配2.模板匹配的改进算法 采用界面输入输出方式
malic-0.0.9.1.tar
- Malic是一个完整的Linux下的人脸识别系统源代码,它是SourceForge上的一个开源项目,使用Malib实现实时处理,CSU Face Identification Evaluation System进行人脸识别。算法包括:主成份分析(principle components analysis (PCA)),a.k.a eigenfaces算法,混合主成份分析,线性判别分析(PCA+LDA),图像差分分类器(IIDC),弹性图像匹配算法(EBGM)
template_match
- 基于opencv的模板匹配算法测试,效果还不错,需要先安装opencv
matlabimagepattern
- matlab下的图像模板匹配算法源码,是一个很好的例子,对大家有帮助
Patternmatching1
- 针对传统图像相关匹配算法计算量较大的问题,研究图像库中相关图像搜索方法. 提出一种改进的相关 匹配算法,该方法通过对相关系数公式进行简化和迭代运算,减少了重复运算. 通过设定参考图像与目标图像的相 关系数阈值,只需计算方差相差较小的点的相关系数,提高了运算速度,计算时间减少到原来的14 % ,甚至更短. 在文件夹的图像搜索中实现了图像的快速匹配.
11
- 指纹识别系统里面的指纹匹配算法的一个研究,希望能帮助到你们
ransac算法
- ransac匹配算法
图像匹配--模板匹配
- 主要是利用相关算法进行模板和场景图的匹配
利用模式识别中的模板匹配算法
- 数字识别,利用模式识别中的模板匹配算法,主要实现的是车牌的数字和汉字识别-Number recognition, pattern recognition in the template matching algorithm, the main achievement is the license plate number and character recognition
xiaobotezhengtiqu
- 基于小波特征提取方法的图象匹配算法是基于matlab平台的
Matlab
- 图像模板匹配算法用MATLAB来试验,有例子大家可以看看,有上占还不完好,有能力的自己-Image template matching algorithm using MATLAB to test, there are examples we can see, there are not well accounted for, the ability of their changed
WangZhongMei
- 采用模板匹配算法,对目标进行定位,效果较好,定位准确-Template matching algorithm using the target position, the effect of better positioning accuracy
match
- 实现图像匹配功能的匹配算法,有C和MATLAB两种环境使用的源码-Matching functions to achieve image matching algorithm, there are two kinds of environments C and MATLAB source code
template-matching-algorithm--
- 人脸识别的模板匹配算法,实现语言为matlab-the template matching algorithm for face recognition ,using matlab language
模板匹配源码
- 基于MATLAB的SAD模板匹配算法,可以在原图中找到匹配的部分并进行框选。