资源简介

Criminisi算法可对图像修复,matlab代码,包含图片、程序运行说明和代码

资源截图

代码片段和文件信息

%---------------------------------------------------------------------
% Scans over the entire image (with a sliding window)
% for the exemplar with the lowest error. Calls a MEX function.
%---------------------------------------------------------------------
function Hq = bestexemplar(imgIptoFillsourceRegion)
m=size(Ip1); mm=size(img1); n=size(Ip2); nn=size(img2);
best = bestexemplarhelper1(mmnnmnimgIptoFillsourceRegion);
Hq = sub2ndx(best(1):best(2)(best(3):best(4))‘mm);

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      12133  2017-05-27 10:42  程序运行说明.docx

     文件     225534  2012-01-09 13:25  barb.png

     文件     232752  2012-01-09 13:25  barb_ori.png

     文件        500  2012-01-09 13:25  bestexemplar.m

     文件       2202  2014-03-06 16:35  bestexemplarhelper1.c

     文件       6656  2012-01-09 13:25  bestexemplarhelper1.mexw32

     文件       7680  2017-05-25 10:31  bestexemplarhelper1.mexw64

     文件      35941  2012-01-09 13:25  bungee1.png

     文件        769  2012-01-09 13:25  bw1.png

     文件        534  2012-01-09 13:25  bw2.png

     文件        465  2012-01-09 13:25  getpatch.m

     文件         88  2012-01-09 13:25  ind2img.m

     文件     263222  2012-01-09 13:25  lena1.bmp

     文件      39451  2012-01-09 13:25  lenacoul11.png

     文件        419  2012-01-09 13:25  sub2ndx.m

     文件       3318  2017-05-27 10:41  test2.m

     文件      64310  2012-01-09 13:25  tuoyuan.bmp

     文件      64310  2012-01-09 13:25  yuan.bmp

----------- ---------  ---------- -----  ----

               960284                    18


评论

共有 条评论