?? 2jetsurf.m
字號:
a = imread( 'cameraman.tif' );
a = im2double(a);
[L, Lx, Ly, Lxx, Lxy, Lyy] = g2Jet( a, 3 );
subplot( 3,3,1 ); imshow(L, []); title('L');
subplot( 3,3,4 ); imshow(Lx, []); title('Lx');
subplot( 3,3,5 ); imshow(Ly, []); title('Ly');
subplot( 3,3,7 ); imshow(Lxx, []); title('Lxx');
subplot( 3,3,8 ); imshow(Lxy, []); title('Lxy');
subplot( 3,3,9 ); imshow(Lyy, []); title('Lyy');
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -