-
inpainting
image inpainting
(CS7495 Final Project
Sooraj Bhat
Object Removal by Exemplar-based Inpainting
USING THE CODE
Everything was done in Matlab and MEX (i.e. a C function callable from
Matlab). First, the C code needs to be compiled. At the Matlab
prompt, type:
mex bestexemplarhelper.c
You should then be able to run the following (which takes ~2mins on my
2GHz Pentium 4 laptop with 256MB of RAM):
[i1,i2,i3,c,d,mov] = inpaint( bungee0.png , bungee1.png ,[0 255 0])
A smaller run (~25 seconds) would be:
[i1,i2,i3,c,d,mov] = inpaint( bw0.png , bw2.png ,[0 255 0])
To visualize:
plotall
close movie(mov)
SAMPLE IMAGES & RESULTS
*0.png The original images ( bw and bungee )
*{1,2}.png The different fill region masks.
*P2.png Plots of confidence and data terms.
*P5.png Plots of original, fill region, inpainted images and
confidence and data terms.
Other images in the dir contain redundant information. I di)
- 2010-06-19 21:00:49下载
- 积分:1
-
wind1
wind platform based simulation
- 2013-04-03 14:04:56下载
- 积分:1
-
abs
一些小程序,仅供参考,不足之处,请见谅。谢谢你的支持。(Some small programs, reference, deficiencies, please forgive me. Thank you for your support.)
- 2010-05-18 22:17:09下载
- 积分:1
-
regionGrowing
About Image Proccesing for Retina
- 2015-03-27 12:46:31下载
- 积分:1
-
get_googlemap
get google map
matlab
- 2010-05-07 13:16:32下载
- 积分:1
-
FTDT
本程序是有限时域差分源程序,有详细注解,方便学习理解。(This program is a limited time domain difference source program, has detailed notes, easy to learn to understand.
)
- 2013-09-05 12:08:31下载
- 积分:1
-
MATLAB
用matlab对wav文件进行频谱分析,并画出频谱图(att)
- 2009-11-07 20:35:31下载
- 积分:1
-
batewosiUntitled3
频率域低通滤波进行图像去噪,巴特沃斯低通滤波器(Frequency domain low-pass filter for image denoising, Butterworth low-pass filter)
- 2011-12-01 21:44:56下载
- 积分:1
-
DFT4_double_point
基于DFT的瞬时测频算法,及插值算法,最后由图形表示测频结果。(Based on the Instantaneous Frequency Measurement DFT algorithm, and the interpolation algorithm, and finally by the graphical representation of frequency measurement results.)
- 2007-12-18 17:52:56下载
- 积分:1
-
Avg_Pitch
average pitch calculation
- 2012-01-27 14:40:58下载
- 积分:1