资源简介

本代码是完成傅里叶梅林变换对图像的旋转剪切。没有嵌入水印。

资源截图

代码片段和文件信息


% RegisterFourierMellin

% This code is the result of my messing around with Matlab investigating 
% various image registration techniques.  I came across the excellent 
% (although perhaps a little messy and buggy) fm_gui_v2 from Adam Wilmer
% here:

% http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=3000&objectType=file

% Because my needs are essentially the algorithm itself in a neat and tidy
% format to enable an easier conversion to C++ I‘ve extracted what I think
% is the essence of the Fourier Mellin method into this file.  Obviously
% I haven‘t included a GUI.  In order to test it you need to set the first
% two statements to load in 2 image files of the same size in 8 bit grayscale.
% I took lena and then used Gimp to rotate/shift/crop a

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

     文件      66614  2008-04-27 20:44  fouriermellin代码\lena.bmp

     文件      66614  2008-04-27 20:57  fouriermellin代码\lena_cropped.bmp

     文件      66614  2008-04-27 20:57  fouriermellin代码\lena_cropped_rotated.bmp

     文件      66614  2008-04-27 21:00  fouriermellin代码\lena_cropped_rotated_shifted.bmp

     文件      66614  2008-04-27 20:59  fouriermellin代码\lena_cropped_shifted.bmp

     文件      12590  2008-04-28 20:49  fouriermellin代码\Register.m

     目录          0  2010-04-26 23:06  fouriermellin代码

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

               345660                    7


评论

共有 条评论