-
DOF-Analysis-and-process-modeling
Westerberg分析自由度的资料,自适应处理入门兄弟的好资料,呵呵(Westerberg et al. (1979) approach is used to analyze the Degrees of Freedom (DF) of both the individual
units of a process flowsheet and the entire flowsheet.)
- 2013-08-24 20:16:18下载
- 积分:1
-
communicatebook
通讯录 程序设计 大二作品 c++ 面向对象 文件读写 操作符重载(Address Book program design sophomore c++ object-oriented works of the file to read and write operator overloading)
- 2009-11-14 11:17:54下载
- 积分:1
-
maltab-fft
基于matlab的fft 适合于初学者,包含程序(matlab fft)
- 2011-10-17 11:11:36下载
- 积分:1
-
New-folder-(2)
calculates the remaining part of main program
- 2013-10-02 00:02:11下载
- 积分:1
-
Incremental--PID
增量式PID温度控制系统 在matlab下编程(Incremental PID temperature control system in MATLAB programming
)
- 2013-05-05 13:18:33下载
- 积分:1
-
STANDARD_PSO
本人编辑的标准PSO算法,用于学习,可以在此基础上进行改进.(I edit the standard PSO algorithm, for learning, you can improve on this basis.)
- 2008-06-19 15:27:36下载
- 积分:1
-
HopfieldTsp
hpfield 求解TSP的MATLAB源代码(hpfield solving TSP s MATLAB source code)
- 2007-12-07 13:11:45下载
- 积分:1
-
titled62
LMS,RLS,LSL,GAL等几种自适应算法对比(LMS, RLS, LSL, GAL several adaptive algorithm, such as contrast)
- 2008-07-02 13:27:20下载
- 积分:1
-
PID
利用PID控制算法实现曲线的拟合跟踪,分别对阶跃曲线和正弦曲线进行控制,并比较拟合的误差曲线(Using the PID control algorithm curve fitting tracking, respectively, on the step and sinusoidal curve control, and compare the error curve fitting)
- 2013-07-10 08:57:01下载
- 积分:1
-
1
说明: matlab使用垂直Sobel算子,自动选择阈值
[VSFAT Threshold]=edge(f, sobel , vertical )
边缘探测
figure,imshow(f),title( 原始图像 ),
显示原始图像
figure,imshow(VSFAT),title( 垂直图像边缘检测 )
显示边缘探测图像
使用水平和垂直Sobel算子,自动选择阈值
SFST=edge(f, sobel ,2)
figure,imshow(SFST),title( 水平和垂直图像边缘检测 )
显示边缘探测图像
使用指定45度角
Sobel算子滤波器,指定阈值
s45=[-2 -1 0 -1 0 1 0 1 2]
SFST45=imfilter(f,s45, replicate )
SFST45=SFST45>=2
figure,imshow(SFST45),title( 45度角图像边缘检测 )
显示边缘探测图像
(matlab I=rgb2gray(I0)
J0=double(I) [VSFAT Threshold]=edge(f, sobel , vertical ) figure,imshow(f),title figure,imshow(VSFAT),title)
- 2013-12-18 15:42:14下载
- 积分:1