📄 plot_levelset.m
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -