inpainting_criminisi2004-master我要分享

inpainting_criminisi2004-master

关注次数: 192

下载次数: 0

文件大小: 729.81 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:inpainting.m %  % The MATLAB implementation of inpainting algorithm by A. Criminisi (2004) % % Inputs:  %   - origImg        original image or corrupted image %   - mask           implies target region (1 denotes target region)  %   - psz:           patch size (odd scalar). If psz=5, patch size is 5x5. % % Outputs: %   - inpaintedImg   The inpainted image; an MxNx3 matrix of doubles.  %   - C              MxN matrix of confidence values accumulated over all iterations. %   - D              MxN matrix of data term values accumulated over all iterations. %   - fillMovie      A Matlab movie struct depicting the fill region over time.  % % Example: %   [i1,c,


English Description:

inpainting.m


代码预览

相关推荐