-
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
-
matlab_GUI_jiemian
本实验设计了一个《北京、南京、深圳列车查询系统》的图形用户界面。用户可以通过此界面,采用“按车站名称查询”、“按列车车次查询”和“按出发地—目的地查询”三种方式,方便地查询需要的列车信息。界面友好清新,操作方便。(The experimental design was a " Beijing, Nanjing, Shenzhen Train Enquiry System," the graphical user interface. Users can use this interface, a " query by station name" , " Query by Train Train" and " by origin- destination query" three ways to easily check in need train information. Fresh and friendly interface, easy to operate.)
- 2011-01-09 22:55:00下载
- 积分:1
-
microwave
说明: 微波系统的模型,使用matlab gui 界面实现(Microwave system model, using matlab gui interface implementation)
- 2011-04-18 20:23:01下载
- 积分:1
-
Sim_con
干涉数据仿真,针对不同类型干涉光谱仪,包括时间 、空间 (SIMULATION INTERGRAM)
- 2014-08-15 11:20:11下载
- 积分:1
-
solver_Eq
本程序包采用matlab编写的几种数值计算中经典的解方程组的算法,包括LU分解、Gauss消元法、Jacobi迭代法、以及Guass-Seidel迭代法的源代码。供大家参考。(This package prepared using matlab several numerical solution of equations of classical algorithms, including LU decomposition, Gauss elimination method, Jacobi iteration, and Guass-Seidel iteration method source code. For your reference.)
- 2013-08-31 11:18:03下载
- 积分:1
-
CS
压缩感知的基于正交化重构算法,该算法用matlab实现,(Orthogonalization compressed sensing reconstruction algorithm, the algorithm using matlab,)
- 2013-11-25 08:59:19下载
- 积分:1
-
nsga2
NSGA2优化算法,最基础的通用算法,简单易懂。(NSGA2 optimization algorithm, the most basic common algorithm is simple and easy to understand.)
- 2015-04-16 10:58:26下载
- 积分:1
-
不同波束的测向功能
根据比幅测向发,可以实现不同波束的测向功能。可以减少运算量,提高运算速度。(According to the direction of hair than, can realize the function different direction of the beam. Can reduce the amount of computation, improve operation speed.)
- 2011-08-31 22:33:21下载
- 积分:1
-
adaptGA
在群体进化若干代后,将弱解空间删除,在以后的进化进程中以同样的群体大小只在强解空间进行群体的繁殖,则可加大强解空间的个体密度,提高解的精度,这样有助于性能优良的个体的产生,(After several generations of evolution in the population, a weak solution space removed in the future evolution of the process with the same population size in a strong solution space only breeding colony, it can increase the density of strong individual solution space, to improve the accuracy of the solution, This helps produce good performance of individuals,)
- 2016-10-10 15:31:50下载
- 积分:1
-
lambert
gives the initial and final velocities of a trajectory connecting R0 to Rf over a transfer time of dT. This method uses universal variables, from Vallado.
- 2013-09-27 00:08:23下载
- 积分:1