try.m

来自「matlab代码」· M 代码 · 共 24 行

M
24
字号
function q=try(w);

% test script to run all functions
%

a = testread(1);

o = thres(a,20);

figure;
colormap(gray);imagesc(o);


for i=1:12
        out = thinning(o);


o =out;

end;
	 figure;
        colormap(gray);imagesc(out);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?