📄 process.m
字号:
%call thjis after go to proces the result
r=res; %copy to play with
thresh=1100;
r(find(r<thresh))=0;
r(find(r>thresh))=1;
rw=wither(r);
rs=drawsquares(rw,55,40);
out(:,:,3) = cf_rescale(gpic, min(gpic(:)), max(gpic(:)), 0, 1);
out(:,:,2) = cf_rescale(rs, min(rs(:)), max(rs(:)), 0, 1);
imagesc(out)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -