-
GAcontinuous
continuous genetic algorithm
- 2010-07-12 01:38:57下载
- 积分:1
-
SFG_inpaint
这是图像内绘(或叫图像修补)的matlab程序源代码,适合研究算法的同学使用.(This is the image in paint (or called image restoration) of matlab source code for the students of the algorithm used.)
- 2010-07-12 19:26:31下载
- 积分:1
-
chap3_10_DMRAS_ordn
说明: 这是关于自适应的一个m文件,希望对大家有用(This is an m on the adaptive document, we hope to be useful)
- 2011-03-21 14:17:59下载
- 积分:1
-
MIRtoolbox1.3.4_matlabcentral
a very useful tool for speech analysis in matlab
- 2012-04-21 05:27:22下载
- 积分:1
-
speed
机车制动速度提取分析,分析刹车,减速,加速,制动速度以及加速度的变化(Locomotive brake speed extraction and analysis, analysis of braking, deceleration, acceleration, braking and speed of change of acceleration)
- 2013-07-16 11:46:12下载
- 积分:1
-
untitled
利用GUI设计要求的用户界面。该界面包括一个轴对象,显示的图形包括表面图、网格图和等高线图。(Use GUI design requirements of the user interface. The interface consists of an axis object display graphics include surface maps, grids and contour map.)
- 2015-04-14 14:46:39下载
- 积分:1
-
TMdielecctornicCERTMoM
二维无限长介质圆柱、椭圆柱、方柱、三角柱 TM极化下的电磁流分布和双站RCS计算(矩量法)
参考文献:哈林登《计算电磁场的矩量法》第三章 点选配(Two-dimensional infinite dielectric cylinder, elliptical cylinder, square columns, triangular prism TM polarization of the electromagnetic flow distribution and bistatic RCS calculations (method of moments) References: Halin Deng, " Method of Moments electromagnetic field calculation," Chapter Select with)
- 2020-10-13 21:57:31下载
- 积分:1
-
crack_xfem
xfem扩展有限元模拟子程序开发的相关内容介绍(xfem extended finite element simulation routines developed related content description)
- 2014-04-29 20:50:11下载
- 积分:1
-
ML_QPSK_MIMO
MIMO系统中关于QPSK调制的ML算法(MIMO systems ML algorithm for a QPSK modulation)
- 2017-04-23 19:23: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