-
eq_radarcw
radar equation of cw-radar
- 2012-07-18 19:46:47下载
- 积分:1
-
BuildingGUIsWithMatlab
Building GUIs With Matlab
- 2012-11-29 16:50:21下载
- 积分:1
-
weibo
关于微波课设的材料以及SMITH圆图的相关说明(Microwave set on course materials and the related chart shows SMITH)
- 2011-05-23 15:14:17下载
- 积分:1
-
source-code
source code of ecg signal
- 2013-03-04 21:25:51下载
- 积分:1
-
8FSK
8FSK系统,波形生成,相干解调,非相干解调等(8FSK systems, waveform generation, coherent detection, non-coherent demodulation, etc.)
- 2021-05-13 09:30:03下载
- 积分:1
-
自适应滤波器,噪声消除-AECLMS
自适应滤波器,噪声消除(adaptive filter, noise reduction)
- 2005-02-17 15:56:07下载
- 积分: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
-
matlab6.5handbook
有关MATLAB的技术手册,可以方便大家查阅学习软件(about matlab handbook)
- 2009-03-09 09:37:15下载
- 积分:1
-
Resize_Bilinear
Codes for Resizing Images with Bilinear Interpolation, without using Matlab embedded function.
- 2009-12-15 20:41:34下载
- 积分:1
-
bnt
如何使用贝叶斯网络工具箱,内容源代码很详细。(how to use the bayes network box)
- 2013-05-25 00:18:55下载
- 积分:1