plot_levelset.m.svn-base
来自「signal procesing toolbox」· SVN-BASE 代码 · 共 18 行
SVN-BASE
18 行
function h = plot_levelset(M,t,A)% plot_levelset - display the level set of an image%% plot_levelset(M,t,A);%% Copyright (c) 2008 Gabriel Peyreif nargin<3 A = M;endhold on;imageplot(A);[c,h] = contour(M, [t t], 'r');set(h, 'LineWidth', 2);axis ij;hold off;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?