搜索资源列表
match
- 相位相关配准,图像匹配,图像处理,matlab源码-phase correlation registration, image matching, image processing, Matlab FOSS
test-correlation.rar
- 基于POC(phase-only-correlation)的用于找出subpixel的disparities,Based on the POC (phase-only-correlation) for the subpixel to identify disparities
Phase_Correlation 基于OpenCV和FFTW实现的相位相关图像匹配程序
- 基于OpenCV和FFTW实现的相位相关图像匹配程序,需要OpenCV和FFTW库文件的支持。本程序并没有用到OpenCV中的DFT,而是用了FFTW中的FFT,所以速度要快很多。-Based on OpenCV and the FFTW implementation phase correlation image matching procedures, require OpenCV and FFTW library files. This procedure does not use Ope
phasecorrelation
- 运用相位相关法对图像进行匹配,并通过图形形象地显示相关系数位置。对图像的亮度变换不敏感,相关峰尖突出,有较高的配准精度。-fft、ifft、phase correlation
FINAL
- 图像拼接原代码,VC++,图像拼接在制作全景图的过程中具有重要作用。对多幅图像进行特定模式投影后,用约束的相位相关度法求取水平垂直偏移量,然后寻找最佳缝合线,实现图像拼接,最后采用多分辨率算法对全图进行拼接处理去除曝光差异和鬼影。整个过程用VisualC++加以实现,实验结果验证了算法的有效性。-The original code image mosaic, VC , image mosaic panorama in the production process plays an impo
ExtPhaseCorrelation
- 数字图像相位相关性,对两幅图像位移的前后相位变化进行检测-Phase Correlation
xiangweixiangguan
- 用c++编写的图像配准的程序,利用的是相位相关算法-With c++ to write the image registration procedures, the use of the phase correlation algorithm
MotionAnalysis
- 运动目标分析方面的源码。 归一化相位相关方法和相位差方法是两种运动估计方法,根据算法原理的不同,其输出形式也不相同。源码对这两种算法进行了实现。-Moving target-source analysis. Normalized phase correlation method and the phase difference method are two motion estimation methods, according to the different algorithm, its
200809273
- 基于扩展相位相关方法的滑动指纹序列拼接,并进行指纹序列的无缝拼接-Extended phase correlation method based on sliding fingerprint sequence splicing and seamless splicing fingerprint sequence
PhaseBasedTemplateMatching
- 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 correlati
dsPhasecorr
- 测帧间位移的一种方法:下采样后相位相关(精度可到亚像素)N1,N2需要是4的整倍数。-Interframe displacement measurement methods: phase correlation after the down-sampling (sub-pixel accuracy can be) N1, N2 need is a whole multiple of 4.
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
CorrelationMotionEstimation
- 基于相位相关性的运动估计实现方法,matlab代码-Phase correlation-based motion estimation method, matlab code
Phase_base_gui
- phase correlation - image matching-phase correlation- image matching
Processed_histogram_based_Face_Recognition
- 基于Processed histogram的人脸识别方法,方法简单,识别率高,参考文献“Face Recognition using processed histogram and phase only correlation”-Recognizing objects from large image databases, histogram based methods have proved simplicity and usefulness in last decade. Initially
FingerPrintMatching
- A Fingerprint Matching Algorithm Using Phase Only Correlation
Mosaicofdigitalimageprocessing
- 研究图像的几何学配准和光度学配准方法的基本原理,对基于变换优化方法和基于傅立叶变换的相位相关方法的图像配准进行了深入的分析,提出一种多尺度多模型自动图像配准算法。-The geometry of image registration and photometric registration method' s basic principle of the mapping optimization method based on Fourier transform-based phase c
demo
- 对于运动图像分析菜单的一点说明 该菜单为主框架里的一个菜单项,对应第九章运动分析内容,该菜单提供了两种分析方法,提供的两幅静态图像为随书光盘所带“各章测试图”中“第九章”文件夹内的“图9-5a.bmp”和“图9-5b.bmp”。 归一化相位相关方法和相位差方法是两种运动估计方法,根据算法原理的不同,其输出形式也不相同。 例如,对于所提供的128*128大小的一对测试图,相位差的方法输出形式为:“相对于第一幅图像,x方向移动1像素,y方向移动3像素” ,其含义是相对于第一幅图像,第二幅
matlab
- 基于相位相关的图像配准,图像的移动参数代码-Phase correlation-based image registration, image of the movement parameter code
phase-correlation--match-
- 利用相位相关法实现了图像的匹配,这种方法的优点是提取速度快,方法简单,运算量少。-Using the phase correlation method to realize the image matching, the advantage of this method is the extraction method is simple, fast, less computation.