-
07
说明: 实验三、变步长复合Simpson计算,是我的实验报告。(Experiment 3, variable step size calculated composite Simpson is my lab report.)
- 2010-06-12 22:00:30下载
- 积分:1
-
Ant-colony-clustering-ant-colony-
蚁群聚类蚁群聚类蚁群聚类蚁群聚类蚁群聚类蚁群聚类(Ant colony clustering ant colony clustering clustering clustering clustering ant colony clustering)
- 2011-05-24 17:05:54下载
- 积分:1
-
figure-2.2.2
1. Compare undamped SDOF system with damped SDOF system
2. Consist of matlab source code(*.m) and graphic file(*.eps)
- 2012-06-27 10:48:35下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1
-
sift-match
SIFT -MATCH BY David Lowe USING C AND MATLAB(SIFT-MATCH BY David Lowe USING C AND MATLAB)
- 2014-02-21 17:10:57下载
- 积分:1
-
MATLAB
包含多个未知数的多个方程组的matlab解法(Includes a number of unknown number of equations matlab Solution)
- 2008-12-20 12:57:15下载
- 积分:1
-
Stemmer
Matlab Speech Samples
- 2010-11-18 06:32:35下载
- 积分:1
-
RandomWalks
基于随机游走的图像分割算法程序,matlab编写,有测试图片,包含很多有用函数(Based on the random walk algorithm for image segmentation procedure, matlab write, there are test images, contains many useful functions)
- 2014-12-03 22:23:56下载
- 积分:1
-
functionFairnessProfile_cvx
Running test programming
- 2019-04-24 12:07:19下载
- 积分:1
-
My_first_BP
说明: matlab实现BP模型。注释明白直观,使用方便。(Matlab implements BP model. The notes are clear, intuitive and easy to use.)
- 2020-06-21 20:00:02下载
- 积分:1