首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Matlab > inpainting_criminisi2004-master

inpainting_criminisi2004-master

  • 资源大小:729.81 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: Matlab

资 源 简 介

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,

文 件 列 表

inpainting_criminisi2004-master
.gitignore
README.md
bestexemplarhelper.c
decideFillFront.m
fulltest.m
inpainting.m
lena.bmp
mask.bmp
testInpainting.m
VIP VIP
0.175955s