-
大小: 1.71MB文件類型: .rar金幣: 1下載: 0 次發(fā)布日期: 2021-01-05
- 語言: Matlab
- 標(biāo)簽: image??inpainting??matlab??圖片修復(fù)??
資源簡介
object removal在圖像處理中的意思是用戶可以隨意擦去圖像中的一個物體,算法可以自動的用背景中的信息補去空洞,達(dá)到看不出來是處理過的效果,又叫inpainting,該程序由matlab寫成,效果非常好,文檔、演示、測試圖像均齊全-object removal in image processing means that users can remove images of an object, the algorithm can automatically use the background information to fill empty, reaching out is no
代碼片段和文件信息
/**
?*?A?best?exemplar?finder.??Scans?over?the?entire?image?(using?a
?*?sliding?window)?and?finds?the?exemplar?which?minimizes?the?sum
?*?squared?error?(SSE)?over?the?to-be-filled?pixels?in?the?target
?*?patch.?
?*
?*?@author?Sooraj?Bhat
?*/
#include?“mex.h“
#include?
void?bestexemplarhelper(const?int?mm?const?int?nn?const?int?m?const?int?n?
const?double?*img?const?double?*Ip?
const?mxLogical?*toFill?const?mxLogical?*sourceRegion
double?*best)?
{
??register?int?ijiijjii2jj2MNIJndxndx2mn=m*nmmnn=mm*nn;
??double?patchErr=0.0err=0.0bestErr=1000000000.0;
??/*?foreach?patch?*/
??N=nn-n+1;??M=mm-m+1;
??for?(j=1;?j<=N;?++j)?{
????J=j+n-1;
????for?(i=1;?i<=M;?++i)?{
??????I=i+m-1;
??????/***?Calculate?patch?error?***/
??????/*?foreach?pixel?in?the?curren
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2177??2004-11-29?22:56??inpainting\bestexemplarhelper.c
?????文件?????146083??2004-11-28?19:05??inpainting\bungee0.png
?????文件?????122960??2004-11-29?14:41??inpainting\bungee1.png
?????文件?????111352??2004-11-29?14:47??inpainting\bungeeA.png
?????文件??????33537??2004-11-29?17:17??inpainting\bungeeP2.png
?????文件?????233955??2004-11-29?17:17??inpainting\bungeeP5.png
?????文件???????1327??2004-11-29?16:10??inpainting\bw0.png
?????文件???????1819??2004-11-29?16:10??inpainting\bw1.png
?????文件???????1609??2004-11-29?16:11??inpainting\bw2.png
?????文件???????1327??2004-11-29?16:13??inpainting\bwA.png
?????文件??????11889??2004-11-29?17:21??inpainting\bwP2.png
?????文件??????14368??2004-11-29?17:21??inpainting\bwP5.png
?????文件??????10667??2004-11-29?23:10??inpainting\index.html
?????文件???????5936??2006-11-16?17:02??inpainting\inpaint.m
?????文件??????34114??2004-11-29?17:45??inpainting\isophote.png
?????文件????????580??2004-11-29?22:54??inpainting\plotall.m
?????文件???????1063??2004-11-29?23:04??inpainting\README.txt
?????文件????????592??2004-11-29?22:16??inpainting\slide.html
?????文件?????308239??2004-11-29?17:47??inpainting\slide.png
?????文件?????408064??2004-11-29?22:11??inpainting\slide.ppt
?????文件?????394123??2004-11-29?22:09??inpainting\slidesmall.png
????..A.SH.?????46080??2009-08-22?16:34??inpainting\Thumbs.db
????..AD...?????????0??2009-08-22?16:34??inpainting
-----------?---------??----------?-----??----
??????????????1891861????????????????????23
評論
共有 條評論