-
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
-
RBFMATLAB
说明: rbf源码说明有例子,有详细解说,说明步骤和原理。希望对大家有用(有例子,有详细解说,说明步骤和原理。希望对大家有用)
- 2010-05-05 10:17:46下载
- 积分:1
-
juzhen
B样条的定义,并通过软件生成输出矩阵的数值(B-spline is defined and the output matrix generated by the numerical software)
- 2011-06-01 22:40:49下载
- 积分:1
-
keepbest
改进型的蚁群算法,能够快速求解多目标规划(Improved ant colony algorithm, fast multi-objective planning)
- 2011-10-15 20:26:04下载
- 积分:1
-
RBF、GRNN和PNN神经网络
RBF、GRNN和PNN神经网络课程,PPT,以及程序代码,希望对你有用!(RBF, GRNN and PNN neural network courses, PPT, and program code, I hope useful for you!)
- 2018-08-22 15:48:27下载
- 积分:1
-
straight
voltage and current control loop pwm rectifier which work in open loop for traction systems.matlab simulink modal is aasigned with it.
- 2010-11-16 09:06:41下载
- 积分:1
-
gradephase
采用MATLAB编写的相位编组算法,用于直线的提取,适用于图像灰度梯度较大的情况(MATLAB phase grouping algorithm for linear extraction, apply to the larger gray gradient of)
- 2007-05-25 16:25:31下载
- 积分:1
-
2009-localization
此Matlab程序为IEEE TRANSACTIONS ON SIGNAL PROCESSING信号源被动定位与跟踪领域经典文章“An Approximately Efficient TDOA Localization Algorithm in Closed-Form for Locating Multiple Disjoint Sources With Erroneous Sensor Positions”的实现程序,该算法实现在感知节点位置错误时利用TDOA信息对多个目标联合定位的目的!(This Matlab program for the IEEE TRANSACTIONS ON SIGNAL PROCESSING source areas passive localization and tracking classic article " An Approximately Efficient TDOA Localization Algorithm in Closed-Form for Locating Multiple Disjoint Sources With Erroneous Sensor Positions" of the implementation process, the algorithm in location-aware nodes error using TDOA information for the purpose of co-locating multiple targets!)
- 2011-11-28 10:09:52下载
- 积分:1
-
matlab
跟踪目标的matlab程序,非常有用, 比较实用(Target tracking matlab procedures, very useful)
- 2013-12-01 20:47:15下载
- 积分:1
-
PCA_fusio
used for image fusion application
- 2015-02-27 13:52:33下载
- 积分:1