资源简介

matlab平台实现平移的亚像素配准,精度0.03像素

资源截图

代码片段和文件信息

%Sample to perform image registration using ExtPhaseCorrelation.m
%
%                                               eL-ardiansyah
%                                               January 2010
%                                                       CMIIW
%============================================================
clc
img1 = imread(‘1.bmp‘);
img1 = rgb2gray(img1);
img2 = imread(‘2.bmp‘);
img2 = rgb2gray(img2);
[deltaX deltaY] = ExtPhaseCorrelation(img1img2)
% img1 = imread(‘1.bmp‘);
% img1 = rgb2gray(img1);
% img2 = imread(‘3.bmp‘);
% img2 = rgb2gray(img2);
% [deltaX deltaY] = ExtPhaseCorrelation(img1img2)
% img1 = imread(‘1.bmp‘);
% img1 = rgb2gray(img1);
% img2 = imread(‘4.bmp‘);
% img2 = rgb2gray(img2);
% [deltaX deltaY] = ExtPhaseCorrelation(img1img2)

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       3126  2010-01-18 15:53  ExtPhaseCorrelation\1.bmp

     文件       3126  2010-01-18 15:53  ExtPhaseCorrelation\2.bmp

     文件       3126  2010-01-18 15:53  ExtPhaseCorrelation\3.bmp

     文件       3126  2010-01-18 15:53  ExtPhaseCorrelation\4.bmp

     文件        792  2010-01-20 13:42  ExtPhaseCorrelation\Contoh_WPhaseCorrelation.m

     文件       2054  2010-01-20 13:22  ExtPhaseCorrelation\ExtPhaseCorrelation.m

     文件       1336  2010-01-20 01:53  ExtPhaseCorrelation\license.txt

     目录          0  2012-11-06 17:58  ExtPhaseCorrelation

----------- ---------  ---------- -----  ----

                17154                    10


评论

共有 条评论