?? mapping_128.m
字號:
function y=mapping_128
% x : Transformed Image
% y : Row vector ( mapped ), Scanning order is RASTER SCAN
LL3=reshape([1:16*16],16,16)';
temp=[LL3 LL3+256;LL3+512 LL3+768];
temp=[temp reshape([1025:2048],32,32)';reshape([2049:3072],32,32)' reshape([3073:4096],32,32)'];
temp=[temp reshape([4097:8192],64,64)';reshape([8193:12288],64,64)' reshape([12289:16384],64,64)'];
y=temp;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -