📄 test.m
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -