?? process.asv
字號:
%call thjis after go to proces the result
r=res; %copy to play with
thresh=800;
r(find(r<thresh))=0;
r(find(r>thresh))=1;
r=wither(r);
out(:,:,2) = cf_rescale(gpic, min(gpic(:)), max(gpic(:)), 0, 1);
out(:,:,1) = cf_rescale(r, min(r(:)), max(r(:)), 0, 1);
imagesc(out)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -