搜索资源列表
-
0下载:
数字图像处理方面的,实现图像匹配的基本算法(相关系数法),NCC(normalized cross correlation
)
-
-
1下载:
归一化互相关高速计算模块OpenCV工程,Daniel Eaton已将其生成Matlat Mex文件,比Matlab内建的normxcorr2()效率要高-Normalized cross-correlation of high-speed calculation module, Daniel Eaton have been wrapped the C++ code from OpenCV project and making it available as a MATLAB MEX-file,
-
-
2下载:
matlab 图像处理 显示两幅子图像的归一化互相关-matlab image processing show that two sub-image of normalized cross-correlation
-
-
0下载:
Normalized Cross Correlation (NCC) algorithm is robust, but it has poor real-time performance
due to its large amount of computation.
-
-
0下载:
Implement in C, the Harris corner detector and the normalized cross correlation (NCC).
-
-
0下载:
The normalized cross correlation (NCC) implemented in C++ and Matlab
-
-
0下载:
ZNCC Normalized cross correlation
m = zncc(w1, w2)
Compute the zero-mean normalized cross-correlation between the two
equally sized image patches w1 and w2. Result is in the range -1 to 1, with
1 indicating identical pixel patterns.-ZN
-
-
1下载:
二维投影相关法是基于二维投影的灰度相关匹配算法,主要利用匹配图像相邻像素的灰度值的大小关系
应该相同的原理进行图像匹配。该算法不仅大大减少了数据的维数,而且算法主要涉及(0,1)整数运算。与去均值
归一化互相关算法相比,其在保证匹配精度要求的前提下提高了匹配速度。
-Two-dimensional projection-related method is based on two-dimensional projection of the gray correlation match
-
-
0下载:
Normalized cross-correlation function, contains all of the right to cross-correlation function, can easily use it
-
-
0下载:
针对星载的干涉型成像光谱仪提出了一种基于归一化互相关系数的光谱数据立方体重建质量的量化评价
方法 ,并以工程化的要求作为仿真背景条件 ,建立了一个通用仿真系统。通过仿真 ,证实了基于归一化互相关系数的成
像光谱仪数据立方体重建质量量化评价方法是可行的。-According to the demands of processing imaging interferometer data cubes , which come f rom the remote satel2
lites ,
-
-
1下载:
本程序展示了二维归一化互相关用于
  模式匹配和目标跟踪。该程序提示用户选择感兴趣的(ROI)的区域和对同类目标进行跟踪的数目。归一化交叉相关图表明,当值已超过设定的阈值时目标就已经确定。-This demo illustrates the use of 2-D normalized cross-correlation for
pattern matching and target tracking. The demo prompts the user to select
-
-
2下载:
实现了三种图像匹配算法
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
-
-
0下载:
图像配准:选择图像需要配准的子区域,计算归一化互相关,通过它来确定图像配准的区域,显示配准后的图像。-Image registration: Select the image sub-region need registration, computing normalized cross-correlation, by which to determine the image registration area to show the image after registration.
-
-
0下载:
一种改进的红外图像归一化互相关匹配算法,分析了传统归一化互相关算法在红外空中目标匹配定位时失效的原因,提出一种改进的红
外图像归一化互相关匹配算法. 该方法将模板和匹配区域之间的纹理相关计算看作一个最优化问
题,论文-An improved infrared image normalized cross correlation matching algorithms, analysis of the traditional normalized cross-correlation alg
-
-
0下载:
快速NCC(normalized cross correlation)算法实现。比matlab自带的normxcorr2 快10-20倍。在windows Unix环境下c语言,和matlab编译通过。-use Matlab on Windows or Linux or Mac OS X and want fast (exact, general-case) normalized correlation (NCC) code right now, then download it and enj
-
-
0下载:
这是一篇较长的论文,论述最小均方算法的原理及应用-Fast Normalized Cross-Correlation
-
-
0下载:
这是一篇论文,主要内容是归一化互相关算法的原理及快速计算-Fast Normalized Cross-Correlation
-
-
0下载:
code to get optical flow using normalized cross correlation
-
-
0下载:
采用模板匹配方法进行图像匹配,其中误差平方和测度经过归一化互相关处理。-Using template matching method for image matching, in which the error sum of squares measure through normalized cross correlation processing.
-
-
0下载:
采用归一化互相关的算法进行图像匹配,经过测试非常有效-Normalized cross-correlation image matching, tested very effective
-