Welcome![Sign In][Sign Up]
Location:
Search - TEMPLATE MATCHING CORRELATION

Search list

[ERP-EIP-OA-Portalssd_cross-correlation

Description: Relationship Between the Sum of Squared Difference (SSD) and Cross Correlation for Template Matching Konstantinos G. Derpanis York University kosta@cs.yorku.ca Version 1.0 December 23, 2005
Platform: | Size: 41984 | Author: li | Hits:

[Special EffectsPhaseBasedTemplateMatching

Description: Phase Based Template Matching: Phase information is used for matching the input imagery with the template. Both the images are filtered with canny edge detector. The timing efficiency is introduced by implementing skipping steps while doing correlation. The advantage of Phase based correlation technique is that it shows good response against shift/brightness variation and noise addition i.e. salt & pepper/Gaussian noise [1,2]. Templates includes small portion of cropped from input imagery with gaussian noise introduced in them.
Platform: | Size: 71680 | Author: zhangxq | Hits:

[Windows Developmy_codes1

Description: 简单的模板程序配准,匹配的效果基本上可以满足一般的要求。实用,简单。-two functions used to implement template matching. the program finds the template image inside the target image using correlation.
Platform: | Size: 9216 | Author: wangwei | Hits:

[Graph programtemplateMatcher

Description: 利用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 position
Platform: | Size: 1024 | Author: lu | Hits:

[matlabtemplatematching

Description: Template matching code using cross co relation technique
Platform: | Size: 16384 | Author: prateekbhatnagar | Hits:

[Special Effects111

Description: 指纹头像处理的相关代码,详细的介绍的指纹头像的预处理,直方图二值化,图象增强和模板匹配的相关函数-Fingerprint image processing of the relevant code, a detailed introduction of the fingerprint image pre-processing, histogram binarization, image enhancement and template matching of the correlation function
Platform: | Size: 46080 | Author: sky | Hits:

[Wavelettuxiangpipei

Description: 基于小波变换的多分辨匹配算法: 首先利用小波的多分辩率特性将匹配图像和模板图像分解到乙层上,并且只保留LL低频部分,然后利用归一化相关法作为相似性度量,进行由粗到细的相关匹配过程,每次利用下一层的匹配结果在上层小范围内搜索。这样做极大地减少了搜索空间,而且减少了每次匹配计算相似度的数据量。 -Wavelet multiresolution matching algorithms: a wavelet multi-resolution feature will match the image and the template image is decomposed to the B layer, and retain only low-frequency part of the LL, and then use normalized correlation as a similarity measure, carried out by the rough to the relevant matching process, each time using the matching results of the next layer in the upper small scale search. This greatly reduces the search space, but also reduced the calculation of similarity for each match the amount of data.
Platform: | Size: 252928 | Author: 韩小芳 | Hits:

[Special Effectsimcorr

Description: 基于相关的模板匹配算法的Matlab实现,表示出了相应的匹配区域-Template matching algorithm based on the correlation of the Matlab implementation, expressed the corresponding matching region
Platform: | Size: 1024 | Author: 章智凯 | Hits:

[Special EffectsSYCLImageMatch

Description: 摄影测量的模板匹配算法(利用相关系数进行左右相片的测度匹配)-Photogrammetry template matching algorithm (using the correlation coefficient measure of matching left and right photos)
Platform: | Size: 25411584 | Author: cg | Hits:

[Special Effectsimage

Description: 一种改进的红外图像归一化互相关匹配算法,分析了传统归一化互相关算法在红外空中目标匹配定位时失效的原因,提出一种改进的红 外图像归一化互相关匹配算法. 该方法将模板和匹配区域之间的纹理相关计算看作一个最优化问 题,论文-An improved infrared image normalized cross correlation matching algorithms, analysis of the traditional normalized cross-correlation algorithm to match the positioning of infrared aerial target failure reason, an improved infrared images normalized cross correlation matching algorithm. The template matching method and the calculation of the regional correlation between the texture as an optimization problem, the paper
Platform: | Size: 748544 | Author: cyy | Hits:

[matlabTemplateMatching

Description: Template Matching. Two functions used to implement template matching. The program finds the template image inside the target image using correlation.
Platform: | Size: 55296 | Author: driftinwind | Hits:

[Special EffectsMypic

Description: 采用模板匹配方法进行图像匹配,其中误差平方和测度经过归一化互相关处理。-Using template matching method for image matching, in which the error sum of squares measure through normalized cross correlation processing.
Platform: | Size: 112640 | Author: ZDJ | Hits:

[Special EffectsSSDA

Description: 一种基于序贯相关的图像模板匹配算法 源代码 matlab文件 效果经过测试-A method based on sequential correlation image template matching algorithm Source code matlab document effect after testing match image match image match image match image match image match image match image match image match
Platform: | Size: 1024 | Author: lhg | Hits:

[Special Effectsrotation-template-matching

Description: 基于互信息的模板匹配算法,最后通过fminsearch函数寻找全局最小值,以此达到互信息最大,可以对旋转的模板进行比较精确的匹配-rotation template matching using correlation of information,this method can get the precise result
Platform: | Size: 1024 | Author: 王光 | Hits:

[Special Effectsgenzongsuanfa

Description: 几种目标跟踪算法,包括空间目标序列图像相关跟踪算法,结合三维场景的目标跟踪系统研究,基于移动传感器网络的节能目标跟踪,基于图像分离块操作的快速模板匹配跟踪算法,基于特征点运动矢量估计的动态序列图像运动目标跟踪_英文_基于匹配跟踪置信度的自适应对应像素距离图像匹配跟踪算法-Several target tracking algorithms, including the target sequence space image correlation tracking algorithm, combined with three-dimensional scene of the target tracking system, mobile sensor networks based on energy-saving target tracking, image separation based on fast template matching block operation tracking algorithm, based on the feature point motion vector estimation of dynamic image sequences moving target tracking _ English _ confidence based on matching the adaptive tracking pixels from the image matching the corresponding tracking algorithm
Platform: | Size: 5123072 | Author: matiantian | Hits:

[Special EffectsTemplate-matching

Description: 模板匹配主要是采用基于灰度信息的匹配算法,其中是统计模板与原图像的相关系数,得到最大值的地方,就是相似度最大的地方,也就是成功地找到了匹配的像素点。具体的算法如下。其中,im_matched为原图像,im_template为模板图像。MaxR为最大相似度系数。-Template matching matching algorithm based on gray-scale information, which is the the statistical template with the correlation coefficient of the original image to obtain the maximum value of the place is the biggest similarity place is to find matching pixels. The specific algorithm is as follows. Wherein, im_matched original image, im_template the template image. MaxR maximum similarity coefficient.
Platform: | Size: 1024 | Author: 太一 | Hits:

[File FormatPhase-correlation

Description: 基于相位相关模板匹配的全景图像拼接,简单易懂-Panoramic image mosaicing phase correlation based on template matching, easy to understand
Platform: | Size: 2413568 | Author: 高皜 | Hits:

[Graph RecognizePattern-Matching-Alg

Description: 利用①相关匹配(Correlation Matching)、②基于Hausdorff距离匹配方法 及③考虑对场景图象距离变换(Distance Transform)的Hausdorff距离匹配方法,实现模板目标在场景图象中的定位-Use ① correlation matching (Correlation Matching), ② matching method based on Hausdorff distance and image of the scene ③ consider the distance transform (Distance Transform) the Hausdorff distance matching methods to achieve the target template in the scene image positioning
Platform: | Size: 17408 | Author: designflying | Hits:

[2D GraphicSimple-Template-macthing

Description: Simpla template matching is a sourc code for correlation between image 1 and image 2.
Platform: | Size: 124928 | Author: Ariep Soelaiman S | Hits:

[Special Effectstemplate-matching

Description: 基于模板与原图像差值最小准则的相关系数法模板匹配快速算法-Template matching the original image based on the template correlation coefficient difference between the minimum criteria Fast Algorithm
Platform: | Size: 18432 | Author: zcsmile93 | Hits:
« 12 »

CodeBus www.codebus.net