ip_mean.m
来自「use TV and harmonic method to Inpainting」· M 代码 · 共 10 行
M
10 行
function I = ip_mean(I,M,args)
% change M so that it includes a boundary of
% one more
M = (bwdist(M) < 1.42);
I = roifill(I,M);
return
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?