-
matlabyufahehuitu
matlab基本语法 基本规则和基本绘图 (matlab basic rules of basic grammar and basic drawing)
- 2009-10-20 22:24:35下载
- 积分:1
-
cvmodelimagesegment
说明: 在matlab中运用cv模型来进行图像的分割处理,供大家参考!(Cv in the model to use matlab for image segmentation processing, for your reference!)
- 2009-07-27 18:52:38下载
- 积分:1
-
genetic_algorithm
fuzzy motor matlab control energy
- 2013-04-28 16:10:09下载
- 积分:1
-
FORMATION-OF-ADMITTANCE-AND-IMPEDANCE-BUS
maltab program for formation of bus impedance and admittance matrices
- 2012-02-05 11:05:49下载
- 积分:1
-
MIMO
在matlab的环境下,实现MIMO检测功能,包括最大似然检测(ML),最小均方误差(MMSE)检测和迫零(ZF)检测(In the matlab environment, to achieve MIMO detection, including maximum likelihood detection (ML), minimum mean square error (MMSE) detection and zero-forcing (ZF) detection)
- 2021-04-26 20:28:45下载
- 积分:1
-
toolimage
利用MATLAB编写的atrous算法程序,可适用于图像的多级小波分解(Prepared by the use of MATLAB algorithms Atrous procedures could be applied to image multi-level wavelet decomposition)
- 2009-03-05 17:05:30下载
- 积分:1
-
45665983LevelSet_Active_contour
The file file helps out as basic for active level contours in analyzing and predicting the values o be employed as fitness function
- 2009-12-10 01:34:47下载
- 积分:1
-
Bayesguji
贝叶斯估计方法的matlab程序,这是一个简单的例子,但很有用(Bayesian estimation methods matlab program, this is a simple example, but very useful)
- 2009-05-27 23:14:47下载
- 积分: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
-
Atmosphere
Atmosphere model for 200km
- 2012-08-27 04:42:24下载
- 积分:1