test.m
来自「This is fft image registration. and I th」· M 代码 · 共 8 行
M
8 行
function test()
im1=imread('1g.jpg');
im2=imread('1g3.jpg');
subplot(2,1,1),imshow(im1);
subplot(2,1,2),imshow(im2);
figure;
[xtan,ytran,delta]=computedelta(im1,im2);
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?