-
matlab-2012b-install-under-Windows
Matlab 2012b在Windows7/XP操作系统下安装的图文详解,包含密钥等解决方案。(Graphic Detailed Matlab 2012b under Windows7/XP operating system installed, containing the key solutions.)
- 2014-09-01 15:38:47下载
- 积分: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
-
makeRFSfilters
make rfs filter in the matlab
- 2009-11-28 16:23:02下载
- 积分:1
-
single-image-dehazing
single image dehazing matlab代码(single image dehazing matlab code)
- 2011-05-12 14:32:36下载
- 积分:1
-
drbd-8.3.6.tar
drbd源文件,热备使用,与heartbeat配合使用,drbd源文件,热备使用,与heartbeat配合使用(DRBD source file, use hot standby, and heartbeat, DRBD source file, use hot standby, used with the heartbeat)
- 2013-12-03 21:16:49下载
- 积分:1
-
Advanced_Mathematics_and_Mechanics_Applications_Us
matlab英文教材:matlab在高等数学与应用力学上的应用(English teaching materials matlab: matlab mathematics and applied mechanics in the application)
- 2010-12-07 02:29:27下载
- 积分:1
-
97288434esprit
一般的esprit算法计算复杂度高,在计算子空间是算法比较烦,改一些矩阵算法可以减少其复杂度。(Esprit general algorithm of high computational complexity in the calculation of subspace algorithms trouble is, some matrix algorithm can be changed to reduce its complexity.)
- 2008-07-08 19:11:50下载
- 积分:1
-
pnsequence
pn sequence simulation file
- 2011-01-10 00:34:08下载
- 积分:1
-
pengmen_v34
GSM中GMSK调制信号的产生,采用了小波去噪的思想,快速扩展随机生成树算法。( GSM is GMSK modulation signal generation, Using wavelet denoising thought, Rapid expansion of random spanning tree algorithm.)
- 2017-02-04 17:06:10下载
- 积分:1
-
MATLABsuanfa
matlab算法大全,包含多种算法以及模型,附程序源码,可供初学者良好的掌握matlab。数学建模必备。(Matlab algorithm Guinness, contains a variety of algorithms and models, attached to program source code, for beginners good grasp Matlab. Mathematical modeling is essential.)
- 2013-05-21 11:08:57下载
- 积分:1