-
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
-
code
说明: 文件中代码实现小波图像融合,对低频和高频系数采用不同准则,有详细说明(File code implementation of wavelet image fusion, of the low and high frequency coefficients using different criteria, are detailed)
- 2010-04-11 11:10:58下载
- 积分:1
-
ECML-2012-camera-ready
这是一篇关于如何运用超图的理论经过办监督学习用在特征选择上的一篇ecml文章(This is an article on how to use the hypergraph theory after office supervised learning with a ecml articles feature selection)
- 2012-09-24 19:10:00下载
- 积分:1
-
Bp31
非常好的关于,BP网络层数设计工作,有很好的应用价值。(Very good BP Neural network,Very good application)
- 2013-12-30 14:41:20下载
- 积分:1
-
rx_fine_time_sync
符号定时,求得单个OFDM符号的开始和结束的精确时刻通过计算接收信号和已互参考的相关系数实现。(Symbol timing to obtain a single OFDM symbol of the beginning and end of the precise moment by calculating the received signal and each reference to realize the correlation coefficient.)
- 2008-05-21 15:05:01下载
- 积分:1
-
pso_pmu_118_bus
pso_pmu_118_bus example
- 2016-07-11 16:46:31下载
- 积分:1
-
RLE
RLE=Run Lenght Coding for image.
- 2009-05-19 21:54:46下载
- 积分:1
-
PCA_based-Face-Recognition-System
pca based face recognition
- 2012-01-05 11:08:19下载
- 积分:1
-
PSOLSSVM
基于粒子群优化的最小二乘支持向量机的电力系统短期负荷预测的matlab仿真程序。(Power system based on short-term load PSO least squares support vector machine prediction matlab simulation program.)
- 2015-04-07 09:35:40下载
- 积分:1
-
用于工业机器人轨迹规划chapter
说明: 用于工业机器人轨迹规划,主要是蚁群算法的matlab实现。(For trajectory planning of industrial robots.)
- 2020-07-19 16:08:47下载
- 积分:1