-
cuckoo search
说明: 布谷鸟搜索的算法,其中,cs_spt.m为主程序,fobj.m为目标函数(The algorithm of cuckoo search,in which CS _SPT is the main program and fobj is the objective function .)
- 2019-12-22 21:02:47下载
- 积分:1
-
Tabu_TSP_matlab
晋级搜索的程序,非常好的程序,带有中文解释(Advance search program, very good program, with Chinese interpretation)
- 2010-12-16 10:55:42下载
- 积分:1
-
unsample
说明: 图像区域非均匀采样matlab程序
可以实现类人眼的图像不同采样率演示(Image regional non-uniform sampling procedures can be achieved Matlab category eye images demonstrate different sampling rates)
- 2005-09-03 11:08:44下载
- 积分:1
-
garchpq
PURPOSE: GARCH(P,Q) parameter estimation with normal innovations using analytic derivatives
- 2012-04-11 21:14:12下载
- 积分:1
-
EE13M1016_A4
The matlab code describes different schemes to store the sparse matrix of a given power system network.
- 2014-11-14 19:46:57下载
- 积分:1
-
GreedyAlgOfdmExample
greedy algorithm in OFDM resource allocation (single user)
- 2021-04-22 20:58:48下载
- 积分:1
-
Matlab
Matlab codes for descriptors
- 2014-01-28 18:01:26下载
- 积分:1
-
KF_EKF
说明: 基于卡尔曼、扩展卡尔曼滤波的雷达目标跟踪,并比较观测误差和两种滤波算法误差。(Radar target tracking based on Kalman and extended Kalman Filter,the errors of observation and two filtering algorithms are compared.)
- 2020-06-29 23:27:56下载
- 积分: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
-
Cox
利用三次样条函数考察Cox模型比例风险假定.rar(Use of cubic spline function inspection Cox proportional hazards model assumptions. Rar)
- 2009-03-16 17:05:01下载
- 积分:1