搜索资源列表
Patternmatching2
- 基于归一化互相关系数的算法在模板匹配和特征跟踪中运用十分广泛,但缺点是其计算量很大. 为此提出了一种在 空间域利用盒形基简化互相关的快速算法,在不修改归一化互相关匹配原理的前提下,用原模板图像在一组正交盒形基张成 的子空间上的投影取代原图像来进行互相关计算,以降低图像精度来缩减计算复杂度. 实验说明,当搜索窗口大小较小时,此 快速算法计算量明显小于传统的频域快速归一化互相关算法. 关键词:模板匹配归一化互相关系数子空间分解盒形基
match
- 最大归一互相关图像匹配算法是图像匹配中的常用算法,其关键是解算活动图与基准图间的相关系数。 针对相关系数计算量大的特点,分析了FFT 的基与FFT 处理速度之间的关系以及基16FFT 算法特点,提出用基 16FFT 算法计算相关系数,相关系数的处理时间大幅减小;同时针对高基蝶形单元设计复杂、使用不灵活等特点, 提出采用级连思想实现主基16 蝶形单元,使处理器的设计复杂度降低。实验证明,将主基16FFT 处理器用于相关 系数的计算中,使最大归一互相关图像匹配处理速度达到国际领先水平
zuidahuxiangguan
- 介绍和分析最大互相关匹配算法,并对其的性能进行分析
efficient_subpixel_registration
- MATLAB实现基于互相关的亚像素级图像匹配/配准源代码Free Source Code for Efficient subpixel image registration by cross-correlation
Cross-Correlation-Target-Image-Detection
- 基于互相关的图像匹配算法,可以在图像精确找到匹配图像!
基于模版匹配的图像匹配
- 基于模版匹配的图像匹配,并且采用归一化互相关后的误差平方和测度。
image
- MATLAB实现基于互相关的亚像素级图像匹配配准源代码-MATLAB-based implementation of inter-related sub-pixel image matching with prospective source code
templateMatcher
- 利用logGabor函数分别提取待匹配图和模板图的相位信息作为匹配基元,进行互相关运算,寻找最佳匹配位置-Use to be extracted separately logGabor function map and template matching of the phase diagram as an information matching primitives to carry out cross-correlation calculation, find the best match
crosscorrelation
- 基于最大互相关的图像匹配,是本人的毕业设计,希望对大家有帮助。-The largest cross-correlation-based image matching, is my graduation project, I hope there is help for everyone.
efficient_subpixel_registration
- 此程序是基于互相关的亚像素级图像匹配的代码,此种配准方法误差小,精度高。-This procedure is based on the cross-correlation of sub-pixel image matching of the code, such a registration method error and high accuracy.
touying
- 二维投影相关法是基于二维投影的灰度相关匹配算法,主要利用匹配图像相邻像素的灰度值的大小关系 应该相同的原理进行图像匹配。该算法不仅大大减少了数据的维数,而且算法主要涉及(0,1)整数运算。与去均值 归一化互相关算法相比,其在保证匹配精度要求的前提下提高了匹配速度。 -Two-dimensional projection-related method is based on two-dimensional projection of the gray correlation match
FastStereoMatchingUsingRectangularSubregioningand3
- 本文提出了一种快速,可靠的立体匹配算法产生浓密视差图,通过使用快速互相关、矩形秩和3D最大表面技术粗到细计划。-This paper presents a fast and reliable stereo matching algorithm which produces a dense disparity map by using fast cross correlation, rectangular subregioning (RSR) and 3D maximum-surfac
image matching
- 实现了三种图像匹配算法 1:归一化互相关匹配算法 2:基于Hausdorff距离的图像匹配算法 3:图像不变矩匹配算法-Three matching algorithms to achieve 1: normalized cross correlation matching algorithm 2: the image matching algorithm based on Hausdorff Distance 3: Image Invariant Moment Matchin
image
- 一种改进的红外图像归一化互相关匹配算法,分析了传统归一化互相关算法在红外空中目标匹配定位时失效的原因,提出一种改进的红 外图像归一化互相关匹配算法. 该方法将模板和匹配区域之间的纹理相关计算看作一个最优化问 题,论文-An improved infrared image normalized cross correlation matching algorithms, analysis of the traditional normalized cross-correlation alg
Match
- 双向互相关系数法实现基于角点匹配的图像粗匹配程序-A method for image mosaic based on corner match
ecc
- 已经亲测可以使用,增强互相关匹配 参考文献:IEEE Trans. on PAMI, vol.30, no.10, 2008-Enhanced Correlation Coefficient
image-matching-algorithm
- 实现了三种图像匹配算法 1:归一化互相关匹配算法 2:基于Hausdorff距离的图像匹配算法 3:图像不变矩匹配算法-Implements three image matching algorithm 1: normalized cross correlation matching algorithm 2: image matching algorithm based on Hausdorff distance 3: The image matching algorithm invariant
lcdyt
- 鉴于LCD方法存在的问题,本文提出了一种基于互相关匹配端点延拓局部特征尺度分解(Cross-correlation matching endpoint Extension Local Characteristic scale Decomposition,简称CELCD),由于LCD分解原理是依据信号的局部极值点信息不断进行筛分信号,在信号分解时需要先确定信号的局部极值点,而信号的两个端点可能不是极值点,因此在信号两端点就会出现虚假成分,且该现象随着分解的进行向数据内部扩散,产生端点效应,导致分解
交叉相关法实现图像精准匹配
- Matlab基于互相关法原理实现图像的快速精确匹配(Using matlab realizes fast and accurate image matching based on cross-correlation principle)
NCC_matching
- 基于归一化的图像的互相关匹配,Visual C++平台(Image cross correlation matching)