-
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
-
AmplitudeModulatorComponent
此程序为链接Optisystem光学仿真软件的MATLAB程序(This program is linked Optisystem optical simulation software MATLAB program)
- 2014-06-10 17:54:24下载
- 积分:1
-
K_MEANS
K-MEANS算法程序(MATLAB环境)(K-MEANS algorithm procedure (MATLAB environment))
- 2021-01-07 20:28:53下载
- 积分:1
-
swork3_FDM
双通道的频分多址技术的SIMULINK仿真模型(Dual-channel frequency division multiple access technology, SIMULINK simulation model)
- 2020-11-12 17:49:44下载
- 积分:1
-
Generate_Waveform_Agilent
generate agilent waveform file
- 2010-01-12 21:54:39下载
- 积分:1
-
S-plit-matlab
通过直接在matlab软件环境下,运行split.m程序,生成结果(图像)(By matlab software environment directly in the running split.m program to generate the results (images)
)
- 2011-12-27 00:35:09下载
- 积分:1
-
fenzhijianding
实验目的:用Matlab实现分支定界法求解整数线性规划问题。
实验内容:
用分支定界法求下面的线性整数规划问题的最优解:
(Experiment Objective: Matlab to achieve branch and bound method for solving integer linear programming problem.
Experiment content:
With the branch and bound method seeking the following linear integer programming problem of the optimal solution:
)
- 2009-09-17 16:31:29下载
- 积分:1
-
m11
about chapere kahande in matlab simulink
- 2013-08-21 15:48:10下载
- 积分:1
-
ANN
关于人工神经网络算法在语音识别中应用的一系列文章(a series of articles about the artificial neural network algorithm applied in speech recognition )
- 2011-06-06 16:02:39下载
- 积分:1
-
16QAM_BER
Quadrature Amplitude Modulation :QAM 16
simulation study
- 2010-06-25 06:35:07下载
- 积分:1