-
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
-
VC++_Matlab_pdf
说明: Matlab与VC混合编程实例,rar格式(Matlab and VC mixed programming examples, rar format)
- 2005-12-24 11:37:12下载
- 积分:1
-
conjugategradientmethode
比较了三种学习方法 1 gradient descent 2 steepest descent with line search
3 conjugate gradient method. 三种方法都在一个.m文件中被实现。(compare three learning methods: 1 gradient descent 2 steepest descent with line search
3 conjugate gradient method.)
- 2012-08-12 00:30:11下载
- 积分:1
-
PF
说明: 该代码是标准粒子滤波算法的标准代码,通俗易懂,能够运行。(The code is the standard code of the standard particle filter algorithm,it is easy to understand, and can be able to run.
)
- 2013-04-09 21:48:16下载
- 积分:1
-
demand-information-network
都市供求信息网分为前后台的设计,前台主要实现信息的显示、搜索与发布功能。其中信息的显示包括列表显示与详细内容显示,而列表显示,又分为首页面的信息列表显示、查看某类别下所有信息的列表显示和搜索结果列表显示;搜索功能主要包括定位搜索和模糊搜索;后台主要实现的功能为信息显示、信息审核、信息删除、付费设置与退出登录,其中的信息显示功能也分为列表显示与详细内容显示。(Urban supply and demand information network is divided into front and back design, front main achievement of the displayed information, search and publishing. Which displays information including a list of displays and display details, but the list is displayed, the information is divided into the home side s display list, a list of all the categories of information under the display and view a list of search results display Search functions include positioning search and fuzzy search the main function of the background information display, information auditing, information deleted, pay setting and exit the registry, which is also divided into the information display function displays detailed contents list display.)
- 2014-02-24 14:51:54下载
- 积分:1
-
AnIntroductiontoStructuralOptimization
An Introduction to Structural Optimization
- 2010-05-12 22:37:50下载
- 积分:1
-
w
利用matlab实现下面的问题:其中u(k)和z(k)分别为模型的输入和输出变量;v(k)为零均值、方差为1、服从正态分布的白噪声;为噪声的标准差;利用得到的u(k)和z(k)来辨识模型的阶次和参数。 (Using matlab to achieve the following questions: where u (k) and z (k) respectively, the input and output variables of the model v (k) with zero mean and variance 1, follow a normal white noise noise standards Poor utilization u (k) and z (k) to identify the order and parameters of the model.)
- 2013-04-30 12:01:17下载
- 积分:1
-
c2_ejemplo_barra_con_carga_axial_exacta_vs_bvp4c
matlabFEM is fem lab progrma source code to solve equation diferential
- 2013-09-23 12:18:32下载
- 积分:1
-
model
说明: 建立simulink模型进行波图像的仿真分析(Establishing Simulink model to simulate and analyze wave image)
- 2019-03-23 13:22:19下载
- 积分:1
-
matpower4.0b4
matpower程序,包括4、6、9、30、36、118节点等case。(matpower program, including the case of 4,6,9,30,36,118 node.)
- 2013-04-07 22:06:03下载
- 积分:1