搜索资源列表
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
template_match
- 基于opencv的模板匹配算法测试,效果还不错,需要先安装opencv
matlabimagepattern
- matlab下的图像模板匹配算法源码,是一个很好的例子,对大家有帮助
zifushibie
- 脱机字符识别算法,包括FISHER线性变换,细化算法,模板匹配算法等。
chengxu4
- 用于对两幅连续图像进行拼接,模板匹配算法-used for two consecutive image stitching, template matching algorithm
遥感影像上面状道路的准自动提取算法
- 在此给出的是利用基于模板匹配和GVF的BSnake算法准自动提取面状道路的主要函数,程序执行的流程就是按照下面函数的调用顺序依次进行的。试验只需人工在每条道路上选取两个接近的种子点,便可自动提取这条道路。
图像匹配--模板匹配
- 主要是利用相关算法进行模板和场景图的匹配
templatematch.rar
- 实现了快速的模板匹配功能,是个优化的算法;,Achieved a fast template matching function, the algorithm is an optimization
利用模式识别中的模板匹配算法
- 数字识别,利用模式识别中的模板匹配算法,主要实现的是车牌的数字和汉字识别-Number recognition, pattern recognition in the template matching algorithm, the main achievement is the license plate number and character recognition
renyanshibie
- 利用皮肤特征和模板匹配算法,识别连续图象中的眼睛-The use of skin features and template matching algorithm,
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
ipr.iso
- 《图像模式识别--VC++技术实现》/ 杨淑莹编著 配套cd 夲书介绍图像模式识别的各种算法及其编程实现。内容包括:模式识别的基夲槪念,模板匹配分类器,几何分类器,聚类分析,遗传算法聚类分析等。-" Image pattern recognition- VC++ technology to achieve" /杨淑莹edited夲book cd package introduced a variety of image pattern recognition algori
WangZhongMei
- 采用模板匹配算法,对目标进行定位,效果较好,定位准确-Template matching algorithm using the target position, the effect of better positioning accuracy
picVC
- 图象模式识别--VC++技术实现 ① 选择【模板匹配分类器】菜单,可以应用模板匹配算法进行分类。 ② 选择【Bayes分类器】菜单,可以应用Bayes算法进行分类。 ③ 选择【线性函数分类法】菜单,可以应用线性函数算法进行分类。 ④ 选择【非线性分类法】菜单,可以应用非线性算法进行分类。 ⑤ 选择【神经网络分类器】菜单,可以应用神经网络算法进行分类。 -Image pattern recognition- VC++ technology to achieve
licencelocation
- 各种车牌定位算法,包括基于数学形态学、模板匹配、纹理、边缘检测和颜色特征等!-A variety of license plate location algorithm, including those based on mathematical morphology, template matching, texture, edge detection and color characteristics!
facelocation
- 人脸定位算法,包括基于肤色和几何特性、基于积分投影、基于模板匹配、基于线连通等算法!-Face location algorithms, including those based on skin color and geometric features, based on integral projection, based on template matching algorithm based on-line connectivity and so on!
template-matching-algorithm--
- 人脸识别的模板匹配算法,实现语言为matlab-the template matching algorithm for face recognition ,using matlab language
shuzituxiangchuli
- 在传统图像识别中的模板匹配技术面临着计算量大,存储量大的缺点,因此提出了基于遗传算法的图像识别的方法。本文提出了传统的基于遗传算法和normxcorr2结合的方法,对图像进行离散化,然后把图像识别问题变成一系列的离散点组合优化问题,再利用遗传算法对种群优化的性能,对各个控制点组合优化,让控制点与模板进行匹配,寻出最优解。最后通过实验验证遗传算法在图像识别的优点。-In the traditional image recognition in the face template matching
模板匹配源码
- 基于MATLAB的SAD模板匹配算法,可以在原图中找到匹配的部分并进行框选。