-
MATLAB_7.x_image_processing_source_code
Matlab7.x图像处理源代码,主要包括:
1 第二章到第十章源代码
2 程序详细说明(Matlab7.x image processing source code, including: Chapter 1 to Chapter 2 program source code details)
- 2010-06-19 16:18:28下载
- 积分:1
-
LmsnoiseDynamictrack
LMS算法的动态信源跟踪DOA,能够很好的跟踪动态信源(LMS Dynamic Tracking )
- 2010-05-27 17:22:41下载
- 积分: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
-
ml
说明: 正交频分复用最大似然仿真,下载立即可用。。。(ofdm of matlab)
- 2012-03-30 15:09:43下载
- 积分:1
-
cengcifenxifa
精简适用的层次分析法的matlab程序代码,适合各种类型(Analytic Hierarchy Process to streamline applicable Matlab code, suitable for all types)
- 2012-08-05 19:22:35下载
- 积分:1
-
outtest2
一种用matlab,在无线系统中有中继转发和时间关联性的并且有重传系统的outage的方法(One kind of use matlab, in a wireless system with relaying and time correlation and there retransmission system outage methods)
- 2013-09-12 20:59:00下载
- 积分:1
-
雷达信号分选源码
说明: 用MATLAB深度学习进行雷达辐射源信号分选识别(Radar emitter signal sorting and recognition with MATLAB deep learning)
- 2020-02-17 11:26:16下载
- 积分:1
-
RoundBeamforming_3D_end
白噪声背景下,均匀圆阵列的波束形成,并用三维形式显示出来(White noise background, the uniform circular array beamforming, and displayed three-dimensional form)
- 2021-03-11 17:09:26下载
- 积分:1
-
emd1
经验模式分解程序(matlab)可以对输入信号进行经验模式分解(Empirical mode decomposition process (matlab))
- 2009-04-13 17:57:26下载
- 积分:1
-
802[1]
802.11 无线网络MATLAB仿真代码(802.11 wsn matlab simulate resource code)
- 2010-01-24 11:52:42下载
- 积分:1