-
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
-
paper1
基本调制识别。识别2ask,2fsk,2psk,4ask,4fsk,4psk。(The basic modulation recognition. Identification 2ask, 2fsk, 2psk, 4ask, 4fsk, 4psk.)
- 2009-12-03 22:55:01下载
- 积分:1
-
MATLAB
多尺度熵matlab计算程序,应用于信号分析和处理(multi-scale entropy)
- 2013-12-07 17:21:37下载
- 积分:1
-
chapter3-matlab-program
这里是通信领域中各种基带信号(非常全,几乎最新的都有),用matlab编写,给出了相应的带宽和功率谱密度,很值得学习通信的看看(Here are the various communications baseband signal (very full, almost all the latest), written with matlab, the corresponding bandwidth and power spectral density, it is worth learning to see communication)
- 2011-05-10 18:11:49下载
- 积分:1
-
demodulator
Demodulation of OFDMA.
- 2015-03-12 13:50:07下载
- 积分:1
-
sig_pro
简单的信号处理程序,可以实现基本的z反变换。程序本身自带数据产生功能。(a simple signal process program)
- 2011-04-21 15:39:59下载
- 积分:1
-
Genomic
本代码通过对基因库中人类和家牛基因编码部分的对比和统计,分析了不同属生物间的基因遗传的异同和特性(This part of the code by comparing the gene encoding the human and cattle library chain genes were compared and statistics, and then to analyze the similarities and differences between different genera of biological and genetic characteristics of genetic)
- 2013-11-23 22:01:17下载
- 积分:1
-
feixianxingdonglixue
依次阐述了非线性动力系统的建模,单自由度自治系统、单自由度非自治系统和多自由度系统的分析方法及动力学行为(Turn on the modeling of nonlinear dynamical systems, single degree of freedom autonomous system, single degree of freedom analysis methods and dynamic behavior of the non-autonomous system and multi-degree-of-freedom system)
- 2013-05-21 10:09:47下载
- 积分:1
-
MICROSTRIP_ant
microstrip antenna design
- 2014-08-27 17:55:59下载
- 积分:1
-
NonlinerUtroGUI
计算任意时域信号的非线性超声系数GUI,原创程序,学习GUI和非线性超声的一个参考例程,欢迎指教(Nonlinear ultrasonic coefficient GUI, any original program to calculate the time-domain signal, and nonlinear ultrasound study GUI a reference routines, welcome to enlighten)
- 2014-01-05 09:48:07下载
- 积分:1