-
OTSU
OTSU最大类间方差法获取阀值(图像处理),帮助学习MATLAB语言。(OTSU Otsu method to obtain the threshold (image processing) to help learn MATLAB language.)
- 2010-05-15 22:20:52下载
- 积分:1
-
Appendix_A
用FDTD算法计算金属腔间的电场反射,并且实时动画展现。(This program demonstrates a one-dimensional FDTD simulation.)
- 2013-11-26 21:08:31下载
- 积分: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
-
kKKKKKPCA
pca用于对TE的过程故障诊断中,很好用的一个程序(pca for process fault diagnosis of TE in a very good program with a)
- 2011-10-20 22:36:25下载
- 积分:1
-
GAPatrol--An-Evolutionary-Multiagent-Approach-for
In this work, we present a novel evolutionary multiagent-based simulation
tool, named as GAPatrol. Such system is devoted to the specification of
effective police patrol route strategies for coping with criminal activities happening
in a given artificial urban environment, which, in turn, mimics a real
demographic region of interest.
- 2013-11-24 20:30:00下载
- 积分:1
-
yuanzhen--0pp
指向性为0度时的均匀圆阵的matlab仿真程序(Point of 0 degrees when the uniform circular array matlab simulation program)
- 2012-05-30 13:04:55下载
- 积分:1
-
shuangpu
利用双谱分析信号的二阶非线性,检测信号的二次相位耦合(Spectral analysis of signals using two second-order nonlinear quadratic phase coupling detection signal)
- 2013-11-11 18:14:35下载
- 积分:1
-
wilson
这是一种基于线性加速度假设的用于编制大型程序的算法,即威尔逊法,可用于微分方程描述的问题计算仿真(This is an assumption based on the linear acceleration of procedures for the preparation of large-scale algorithm, namely, Wilson law, can be used in differential equations to describe the problem of simulation)
- 2007-08-23 13:06:58下载
- 积分:1
-
helloworld
hello world example by using windows dialogs.
- 2014-10-27 23:53:24下载
- 积分:1
-
MATLAB_Sfunction
本书纤细介绍了什么是S函数,以及如何编写S函数和注意事项,另外给出了一些实例(This book describes what S function, and how to write S function and attention, in addition gives some examples)
- 2015-12-14 16:32:28下载
- 积分:1