-
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
-
APFC
PFC电路模型,带PID闭环控制,自己设定输出电压,很好的学习例程(PFC circuit model with PID closed-loop control, set the output voltage, good learning routines)
- 2021-04-15 22:58:54下载
- 积分:1
-
WiMAXNetworks
A good book on WiMAX networks.
- 2010-11-24 03:41:31下载
- 积分:1
-
Main_MP
基于压缩感知(应用匹配追踪算法)处理一维信号(MP compressed sensing using matching pursuit)
- 2021-03-26 13:29:13下载
- 积分:1
-
tftb
说明: matlab下的有用的时频分析工具箱,包括各类调频信号的生成,频率相位提取(matlab useful under the time-frequency analysis toolbox, including the generation of various types of FM signals, frequency-phase extraction)
- 2008-11-04 09:22:41下载
- 积分:1
-
adaptdemos
Acoustic Echo Cancellation (AEC) This emonstration illustrates the application of adaptive filters to acoustic echo cancellation (AEC). in matlab and pdf
- 2011-10-20 05:33:47下载
- 积分:1
-
brightscroll
brightness scroll image
- 2015-04-15 10:11:51下载
- 积分:1
-
sxrj
基于MATLAB的数学建模竞赛计算
数学建模MATLAB命令及建模应用(Based on MATLAB Mathematical Contest in Modeling the calculation of mathematical modeling, and modeling applications MATLAB command)
- 2007-07-13 22:58:51下载
- 积分:1
-
examples
比较有用的matlab实例,给matlab初学者参考,有需要的还可以联系我(matlab)
- 2009-04-11 15:06:40下载
- 积分:1
-
matlab-program
学习MATLAB必须学会的一些简单示例,给初学者提供较好的学习过程。减少书写代码的时间(MATLAB must learn to learn some simple example to provide beginners a better learning process. Reduce the time writing code)
- 2012-05-09 14:39:51下载
- 积分:1