-
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
-
fastica
fastica定点独立分量分析方法非线性函数选择tanh(a1y)(fastica fixed-point independent component analysis of nonlinear function selection tanh (a1y))
- 2010-05-21 22:18:54下载
- 积分:1
-
greedy
greedy search for signal processing
- 2014-11-19 00:46:00下载
- 积分:1
-
encryption
the compression of an digital image
- 2014-11-30 04:53:23下载
- 积分:1
-
Polynomial-non-polynomial
多项式和非多项式曲线拟合,MATLAB的经典案例 (Polynomial and non polynomial curve fitting)
- 2013-11-30 21:30:23下载
- 积分:1
-
tu222
数学公式模型的仿真,在matlab环境下把数学公式的图像画出来(Math model simulation, in the matlab environment, the mathematical formulas drawn images)
- 2010-09-26 11:07:45下载
- 积分:1
-
Rayleigh_ofdm
4QAM调制的OFDM多径传输,对不同的信道估计算法的误码性能进行比较(OFDM modulation 4QAM multi-path transmission, for different channel estimation algorithm to compare the BER performance)
- 2009-06-03 16:26:49下载
- 积分:1
-
brushless_dc_motor
Analysis of BLDC motor + Simulink + matlab
- 2014-08-26 17:39:01下载
- 积分:1
-
e
说明: this matlab source code describes about all kind of edge detectors
- 2011-12-11 12:59:32下载
- 积分:1
-
FIR
本程序是关于有限长单位冲激响应滤波器的设计程序,基于MATLAB的编程。(The program is about the design of FIR filter, based on matlab.)
- 2013-05-24 01:12:44下载
- 积分:1