process.asv

来自「200704015人脸数据库_内含多达500张人脸图片」· ASV 代码 · 共 14 行

ASV
14
字号
%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 + =
减小字号Ctrl + -
显示快捷键?