-
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
-
ofdm_win
OFDM,用于OFDM编程,采用MATLAB,可以学习OFDM调制,用与802。11A,802.16.AC。(OFDM for OFDM programming using MATLAB, we can learn from OFDM modulation, using the 802. 11 A, 802.16.AC.)
- 2006-11-06 22:49:46下载
- 积分:1
-
wavelet
小波变换的相关matlab代码,实验中均附有所需图片,直接运行可以显示(wavelet transformation)
- 2014-12-05 17:53:20下载
- 积分:1
-
FUZZY-LOGIC-TOOLBOX-IN-MATLAB
FUZZY logic controller toolbox in Simulink
- 2015-03-02 15:58:37下载
- 积分:1
-
matlab_Monte_Carlo
matlab源程序_用蒙特卡洛法实现对排队等待问题的计算机模拟,代码详细,并且有很直观的动画演示(matlab source _ queued for the computer simulation using Monte Carlo method, the code in detail, and very intuitive animation)
- 2012-07-06 09:38:38下载
- 积分:1
-
denoise1
编写的小波去噪程序,主要用于光纤捷联惯导系统中的惯性器件输出噪声滤除,为后续导航解算提供基础(The wavelet denoising program written mainly used in fiber SINS the inertial device output noise filtering, to provide a basis for subsequent navigation solution)
- 2013-02-13 15:05:56下载
- 积分:1
-
Rayleigh-channel-analysis
Rayleigh信道性能分析:包含三个文件,分别计算概率密度函数、累积分布函数和误符号率(Rayleigh channel performance analysis: contains three files, calculate the probability density function, cumulative distribution function and the symbol error rate)
- 2014-11-15 11:46:45下载
- 积分:1
-
Circuit-Analysis-II-with-MATLAB-applications
Circuit Analysis II with MATLAB applications
- 2013-10-25 22:48:18下载
- 积分:1
-
Torque-calculate
DC motor selection via torque calculation
- 2015-02-12 19:37:04下载
- 积分:1
-
1D_FEM_TUTORIAL
说明: 一维有限元matlab示例,适合有限元学习入门(One dimensional finite element matlab example, suitable for the introduction of finite element learning)
- 2020-11-09 16:57:56下载
- 积分:1