-
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
-
huffman
matlab 实现对整篇文章进行huffman压缩编码的源程序(matlab achieve whole article to the source huffman coding)
- 2007-12-27 20:22:38下载
- 积分:1
-
信号子空间投影
信号子空间投影波束形成算法matlab程序,包含信噪比,信干噪比以及doa估计仿真图(Signal subspace projection beamforming algorithm matlab program, including signal-to-noise ratio, signal-to-interference-to-noise ratio and DOA estimation simulation diagram)
- 2020-11-27 15:49:32下载
- 积分:1
-
recursive_least_squares_adaptive_filters
该pdf详细描述了RLS自适应滤波器的原理以及其算法实现(Pdf detailed description of the RLS adaptive filter theory and its algorithm)
- 2010-06-16 22:44:21下载
- 积分:1
-
cdwave_korn_teste
Wave drag estimation for wings according to Korn method
- 2013-01-30 19:31:47下载
- 积分:1
-
sampleEntropy11
对轴承故障信号进行小波包分解,重构能量最大的频段信号,并对该重构信号计算样本熵(Decomposing the bearing fault signal using waveletpackage method ,and reconstruct the maximum energy frequency band ,and then accumulate the sample entropy of the reconstructed signal )
- 2012-12-28 11:04:49下载
- 积分:1
-
模糊聚类分析法(matlab)
运用matlab进行模糊聚类分析步骤如下:建立数据矩阵;数据标准化;建立模糊相似矩阵;改造相似关系为等价关系;确定分类数(The steps of using MATLAB to carry out fuzzy clustering analysis are as follows: establishing data matrix; standardizing data; establishing fuzzy similarity matrix; transforming similarity relation into equivalent relation; determining classification number.)
- 2021-02-16 11:09:47下载
- 积分:1
-
matlab
matlab图像处理命令,很好用的,欢迎大家下载(matlab image processing commands, useful, and welcome to download)
- 2010-06-05 11:21:41下载
- 积分:1
-
matlabtools
好文章,用于初学者学习matlab工具箱(A good article for beginners to learn matlab toolbox)
- 2009-12-28 09:57:05下载
- 积分:1
-
signalanalyse
说明: 关于信号分析的GUI程序,关于信号分析的GUI程序(GUI on the signal analysis procedures, the GUI on the signal analysis procedures)
- 2010-04-29 15:39:04下载
- 积分:1