-
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
-
PNN
PNN 概率神经网络 matlab程序源程序 写过才知道好使~(PNN probabilistic neural network matlab program source code written to know so that ~)
- 2013-01-04 19:58:55下载
- 积分:1
-
Demo_CS_BP
压缩感知中基追踪重构方法,用于稀疏信号的重构,本程序用于图像重构(Based tracking in compressed sensing reconstruction methods for sparse signal reconstruction, the procedure used for image reconstruction)
- 2011-06-03 15:43:22下载
- 积分:1
-
fuzzy_nn
在matlab中,采用模糊神经网络对监控水资源(In matlab using fuzzy neural network monitoring water)
- 2013-08-31 12:49:37下载
- 积分:1
-
MATLAB
matlab SERIAL COMMUNICATION WITH ARDUINO
- 2013-05-06 07:34:16下载
- 积分:1
-
Dr.MatlabTutorialSlides
This is the full commands for the matlab
- 2009-12-11 11:04:42下载
- 积分:1
-
Microprocessors
microprocessor basic theory
- 2011-01-04 20:04:41下载
- 积分:1
-
Descriptionofprogram
discription of cdma modem coding
- 2009-06-29 19:53:07下载
- 积分:1
-
Hex
正六边形边界条件下的热扩散(自由扩散)的模拟(regular hexagen B.C. )
- 2010-05-10 12:25:06下载
- 积分:1
-
FSK-resources
比较全面的FSK相关知识文档,含例程和模型。(FSK more comprehensive knowledge of the document, including routines and models.)
- 2014-01-22 16:34:47下载
- 积分:1