-
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
-
tidu_rbf
本程序实现的是径向基神经网络的非线性函数函数逼近功能。(The program implementation is a nonlinear function of radial basis function neural network function approximation.)
- 2015-01-14 23:11:13下载
- 积分:1
-
bpsk
MIMO 大规模MIMO 和六个detector 去检测 性能好坏BER (MIMO massive MIMO with six detectors.
ZF MMSE ZF-SIC MMSE-SIC ZF-OSIC MMSE-OSIC)
- 2015-09-08 08:47:03下载
- 积分:1
-
circle
绘图,关于图像的圆形绘制,使用MATLAB绘图函数,自定义函数绘制圆形图像(circle)
- 2010-06-09 10:17:27下载
- 积分:1
-
MATLAB-beginners-assembly
matlab初学者基本算法的代码,主要用于matlab初学者进行一些算法思路的设计与编码,对于初学者非常有用。(algorithm matlab code, mainly for matlab beginners some ideas of design and coding of algorithms, very useful for beginners.)
- 2013-05-13 19:58:18下载
- 积分:1
-
RBF_Non_Linear_Prediction_Mackey-Glass
RBF prediction Mackey-Glass serie
- 2010-05-05 20:21:42下载
- 积分:1
-
ASK_FSK_PSK
ASK, FSK, PSK matlab code for modulation
- 2013-11-29 07:51:07下载
- 积分:1
-
SFM
Implementation of 8 point algo and homography
- 2012-02-01 15:26:17下载
- 积分:1
-
MtuliwaveletSphit_Matlab
Matlab 多小波变换SPHIT编码的图像压缩技术(Matlab based multiwavelet transform SPHIT coding image conpress)
- 2014-02-14 18:14:16下载
- 积分:1
-
ssim
是一種用以衡量兩張數位影像相似程度的指標。當兩張影像其中一張為無失真影像,另一張為失真後的影像,二者的結構相似性可以看成是失真影像的影像品質衡量指標。(Is a digital image to measure the similarity of two indicators. Two images when one of them is undistorted image and one for image distortion after the structural similarity between the two images can be viewed as a measure of the quality of the image distortion.)
- 2015-03-13 14:17:00下载
- 积分:1