-
聚类分析
说明: 马氏距离函数,输入两个序列号计算马氏距离(Mahalanobis distance function, input two serial numbers to calculate Mahalanobis distance)
- 2020-03-25 14:58:36下载
- 积分: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
-
Short-term-traffic
小波神经网络的时间序列预测-短时交通流量预测,MATLAB的经典算法(Wavelet Neural Network Time Series Prediction- term traffic flow forecasting, MATLAB classical algorithm)
- 2013-10-20 00:00:06下载
- 积分:1
-
robot
移动机器人的避障仿真实验,可运行,模拟机器人避开障碍并到达目标点的过程(Mobile robot obstacle avoidance simulation can be run to simulate the robot to avoid obstacles and reach the target point in the process)
- 2016-05-29 23:45:37下载
- 积分:1
-
Mimo_system
Arbitrary transmitting antenna, receiving antenna arbitrary STBC-MIMO-OFDM the MATLAB program, including the integrity of PSK modulation, STBC encoding, such as channel estimation.
- 2009-12-24 09:27:38下载
- 积分:1
-
DERIVESTsuite
A matlab code to compute derivative
- 2011-07-22 17:22:11下载
- 积分:1
-
pso
典型的粒子群算法的matlab程序,附带详细注释(typical PSO algorithm with detailed annotation
)
- 2013-07-17 10:15:06下载
- 积分:1
-
svm_v0.56beta
一款很好的支持向量机例程,包括一对一,一对多,DAGSVM。(A good support vector machine routines, including one to one, many, DAGSVM.)
- 2011-11-07 20:56:47下载
- 积分:1
-
hough
用于图像的边缘检测,对不同的物体的边缘进行检测(Image edge detection of objects of different edge detection)
- 2010-05-15 10:08:01下载
- 积分:1
-
88124019DE
进化差分算法,遗传算法的分支,非常好,值得学习( model and its detailed introduction matlab realize)
- 2020-08-23 15:28:17下载
- 积分:1