-
earth
这是在MATLAB下编写的一个代码运行后会出现一个地球,还能旋转,很有意思的程序和大家分享(This is prepared in a MATLAB code to run after an earth, but also rotation, a very interesting process and U.S. share)
- 2009-03-11 20:57:48下载
- 积分:1
-
MATLAB
Variational inference for Bayesian variable selection
- 2012-06-21 21:33:12下载
- 积分:1
-
logistic-and-henon
包括5个程序,两个是logistic映射的相图和分岔图,三个是henon映射的相图,分岔图和比较图.(Includes five programs, two of which are in the phase diagram and logistic map bifurcation diagram, three phase diagram is mapped henon, bifurcation diagram and comparison chart.)
- 2021-02-26 14:29:37下载
- 积分:1
-
Mode_Locked
关于锁模激光器基础的仿真程序。初学者可以参考(About the mode-locked laser based simulation program. Beginners can refer to
)
- 2020-06-30 15:00:01下载
- 积分:1
-
FuzzyMpc
模糊T-S预测控制的matlab代码,实现基于模糊模型辨识的广义预测控制(TS fuzzy matlab code predictive control, fuzzy model identification-based generalized predictive control)
- 2020-12-14 11:49:14下载
- 积分:1
-
binaryliquid
格子Boltzmann多组分多相流模型,来模拟相分离(Lattice Boltzmann Model for multi-compent and multiphase)
- 2014-11-07 13:26:43下载
- 积分:1
-
car_segmentation
基于matlab的车牌图像分割,先用中值滤波去除噪声再进行分割(Based on matlab license plate image segmentation using median filter to remove noise and then split)
- 2013-03-20 17:14:37下载
- 积分:1
-
2004LSB-Cheng
this code is LSB data hiding source book.
- 2011-01-15 17:37:49下载
- 积分:1
-
poincare-map
matlab 计算带驱动力偏微分方程poincare map,方程为dy(1)=y(2)
dy(2)=-k*y(2)-y(1)^3+B*cos(t) (Matlab calculation of belt driving force of partial differential equation and Poincare map equation, Dy (1) =y (2)
Dy (2) =-k*y (2)-y (1) ^3+B*cos (t) )
- 2014-11-22 10:06:50下载
- 积分: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