-
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
-
CC1110CC2510_Example_Softwar
LSJ-CC1110/CC2510 Example Software
Packet Error Rate Application Example(LSJ-CC1110/CC2510 Example SoftwarePacket Error Rate Application Example)
- 2007-12-09 16:59:45下载
- 积分:1
-
fiber-HE11-mode
利用matlab模拟光纤中的HE11模的模式分布图。(Using matlab to simulate the HE11 mode fiber mode distribution.)
- 2013-07-30 09:55:11下载
- 积分:1
-
lms-nlms-rls
包括自适应信道均衡器的三种算法和它们的对比:LMS,NLMS,RLS (adaptive channel equalization :LMS,NLMS,RLS)
- 2010-06-02 00:12:50下载
- 积分:1
-
density
machine learning-Density Estimation objects.
parzen - Parzen s windows kernel density estimator
indep - Density estimator which assumes feature independence
bayes - Classifer based on density estimation for each class
gauss - Normal distribution density estimator
- 2012-07-11 19:52:39下载
- 积分:1
-
BP-fenlei
选取了民歌,古筝,摇滚和流行不同音乐,用神经网络对其进行有效分类。(Different from folk songs, guzheng, rock and pop music, using neural network to classification effectively.)
- 2014-09-09 11:11:38下载
- 积分:1
-
Clipping-Noise-in-OFDM-Based
In this paper, the impact of clipping noise on optical
wireless communication (OWC) systems employing orthogonal
frequency division multiplexing (OFDM) is investigated. The
two existing optical OFDM (O-OFDM) transmission schemes,
asymmetrically clipped optical OFDM (ACO-OFDM) and directcurrent-
biased optical OFDM (DCO-OFDM), are studied. Time
domain signal clipping generally results from direct current
(DC) biasing and/or from physical limitations of the transmitter
front-end.
- 2013-04-04 16:40:27下载
- 积分:1
-
HMM_matlab
实现隐马尔科夫(HMM)的算法的函数的matlab 源代码。以及应用HMM实现的具体应用实例。(Implementation algorithm of hidden markov (HMM) as a function of the matlab source code. As well as the application example that concrete application of the HMM.)
- 2013-04-10 15:59:38下载
- 积分:1
-
ex6
program that will calculate how many odd integers in a given interval from 1 to N, where N is entered through the keyboard. The program will print out the total number of odd numbers in a given interval as the product of all odd numbers in that interval. As a result, the program should print "at intervals of 1 to N has <x> odd numbers and their product is <proizvod>.".
- 2014-02-04 18:16:03下载
- 积分:1
-
sp
说明: 用于计算图像鲁棒性的峰值信噪比和归一化相关系数。峰值信噪比值越大,说明图像处理效果越好,鲁棒性强,越小越不好。归一化相关系数值越大越好。(Images used to calculate the peak signal to noise ratio and robustness of the normalized correlation coefficient. The greater the peak signal to noise ratio, indicating that the better image processing, robust, the smaller the worse. Normalized correlation coefficient the better.)
- 2010-12-07 16:25:35下载
- 积分:1