搜索资源列表
FastMatchTemplate.tar
- 快速模板匹配的源代码,匹配速度较快,质量较好-rapid template matching the source code, matching faster speed, better quality
Face3DModel
- 利用opencv实现的快速模板匹配算法 Fast Template Matching Algorithm,提供Demo图像-use opencv achieve rapid template matching algorithm Fast Template Match ing Algorithm for Image Demo
chepaishibiechengxu
- 基于模板匹配和特征点匹配相结合的快速车牌识别方法程序-based on template matching and the matching feature points combination of rapid methods and procedures LPR
templatematch.rar
- 实现了快速的模板匹配功能,是个优化的算法;,Achieved a fast template matching function, the algorithm is an optimization
matching.rar
- 用灰度模板匹配和灰度模板快速匹配两种算法实现了对两个图像的配准。,Matching two pictures with algorithms of modeling and fast modeling .
FastTemplateMatchingWithPolynomials
- 多项式快速模板匹配的经典文章,推荐!《Fast Template Matching With Polynomials》-Fast template matching polynomial classic articles, recommended!
pipei
- .testpipei_1.m文件为基于灰度的模板匹配代码,仅为单独使用,不具有交互性 2.testpipei_2.m文件为基于灰度的快速模板匹配代码,仅为单独使用,不具有交互性 3.three.m为带有界面的演示程序,包含了上述两种算法,在MATLAB7.1中,在命令窗口下输入 edit three (three文件一定要在work文件夹下)回车后就可以进行使用了。 4.testpipei_1.m和testpipei_2.m的函数使用说明详细见各自的文件内 5.testpi
PicturesMatchTemplate
- 快速的图像模板匹配代码,很辛苦找到的,属于Opencv的,共享给大家了-Fast image template matching code, it is hard to find, and belong to the Opencv, share to everyone the
matlab_imagematching
- 基于灰度的归一化匹配算法; 基于灰度的快速模板匹配算法。 -Based on the normalized intensity matching Based on Gray' s fast template matching algorithm.
patternmatch
- 快速模板匹配,对于图像模糊识别有很大帮助-Fast template matching, fuzzy recognition for images of great help
HausdorffDimension
- 利用Hausdoff距离进行模板匹配,此方法简洁快速,具有很好的鲁棒性能-Template matching using Hausdoff distance, this method is simple and quick, has good robust performance
PhaseBasedTemplateMatching
- 基于相位的模板匹配算法,此算法快速,可行性较好~-Template matching algorithm based on phase, this algorithm is fast, the feasibility of better ~
template-maching
- 模板匹配的一般实现算法和快速模板匹配的算法,简单的小程序。-The general template matching algorithm and fast template matching algorithm, simple little program.
Untitled6
- 用统计相关的方法,基于灰度快速模板匹配,对两幅图像进行匹配-Associated with statistical methods, fast template matching based on gray level, the two images to match
genzongsuanfa
- 几种目标跟踪算法,包括空间目标序列图像相关跟踪算法,结合三维场景的目标跟踪系统研究,基于移动传感器网络的节能目标跟踪,基于图像分离块操作的快速模板匹配跟踪算法,基于特征点运动矢量估计的动态序列图像运动目标跟踪_英文_基于匹配跟踪置信度的自适应对应像素距离图像匹配跟踪算法-Several target tracking algorithms, including the target sequence space image correlation tracking algorithm, comb
Tempj
- 基于几何特征的快速模板匹配算法,论文;基于几何特征的快速模板匹配算法-Fast Template Matching Based on Geometric Features,Fast Template Matching Based on Geometric Features,
peidui
- *****将picture内的所有文件拷贝到MATLAB7.1软件下的名为word的子文件夹下********** 1.testpipei_1.m文件为基于灰度的模板匹配代码,仅为单独使用,不具有交互性 2.testpipei_2.m文件为基于灰度的快速模板匹配代码,仅为单独使用,不具有交互性 3.three.m为带有界面的演示程序,包含了上述两种算法,在MATLAB7.1中,在命令窗口下输入 edit three (three文件一定要在work文件夹下)回车后就可以进行使用
fast-template-matching
- 本文提出一种基于图像边缘几何特征的快速模板匹配算法。算法利用边缘 点的位置和梯度方向作为匹配信息进行相似度计算。可以很好的避免因图像明 暗变化、光照不均匀、旋转所带来的影响,且对于部分遮挡的情况,亦可以得 到良好的匹配结果。为了得到边缘点坐标和梯度方向,本文根据曲面拟合原理, 通过平移变换,推导出精确梯度方向和亚像素边缘坐标的快速算法。既加快了 算法的处理速度,也是匹配算法高精度的前提保证。为了使匹配算法满足实时 性要求,主要采用阈值判断和图像金字塔算法的搜索策略。在阈值
img-Match
- testpipei_1.m 基于灰度的归一化匹配算法 testpipei_2.m 基于灰度的快速模板匹配算法 getOrder.m 二进制编码 gettezheng.m 求特征值-Testpipei_1. M normalized matching algorithm based on gray level Testpipei_2. M fast template matching algorithm based on gray level GetOrder. M binar
FastMatchTemplate
- opencv 实现快速模板匹配的方法,文档是实例(opencv Fast MatchTemplate)