-
Matlab_ChineseHelp
说明: Matlab中文帮助,叫我们如何使用Matlab软件(Matlab Chinese help, tell us how to use the Matlab software)
- 2008-11-26 22:57:25下载
- 积分:1
-
MATLAB
科学计算引论 即 matlab数值分析 (第二版)(numerical value analysis based on matlab)
- 2009-10-30 11:00:10下载
- 积分:1
-
motor-vs-gen
motor simulations in matlab output
- 2011-07-24 02:16:48下载
- 积分:1
-
PSO
本程序在matlab环境下,基于粒子群算法对pid控制器进行优化控制,从而完成性能更优(The program in matlab environment, based on particle swarm optimization algorithm pid controller to control, thus completing the better performance)
- 2014-11-24 19:26:25下载
- 积分:1
-
duanlielixue_0
我从论坛上下载的断裂力学导论,是一本比较好的书籍(I downloaded from the forum Introduction to fracture mechanics is a good book)
- 2011-09-15 19:00:31下载
- 积分:1
-
music
运用music算法识别空间目标,附有注释,可改变方向角,深入浅出,本科毕设程序,绝对好用。(
Space target recognition algorithm using music, annotated, can change the direction of the angle, in simple terms, undergraduate established procedures, the absolute ease.)
- 2013-11-25 21:33:17下载
- 积分:1
-
New-folder-(2)
full car suspension model (8 degree of freedom) in simulink matlab
- 2014-02-03 20:56:39下载
- 积分:1
-
fsk4
2进制移频键控的源代码,运行后得到正常结果!(2 binary frequency shift keying of the source code, running the results are normal!)
- 2010-07-22 12:07:40下载
- 积分:1
-
SHIPINFENXI
各种类型的时频分析,包括科恩,加布,短时傅里叶变换(Various types of time-frequency analysis, including Cohen, Gabe, short time Fourier transform)
- 2013-09-03 11:03:53下载
- 积分:1
-
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