-
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
-
MATLAB
说明: 灰色预测模型预测未来数据,可以自行修改参数。(Grey prediction model predicts future data)
- 2019-11-18 14:33:34下载
- 积分:1
-
weina-matlab
改进的维纳滤波的matlab代码 .m文件 直接运行(Improved Wiener filter matlab code. M files directly run)
- 2008-12-13 12:18:01下载
- 积分:1
-
HMF_gaborfilter
Gabor Filter MATLAB Code
- 2012-05-02 21:41:15下载
- 积分:1
-
Turtle
matlab实现海龟交易算法,包括买卖点、资金分配、风控等(turtle trading)
- 2015-01-11 20:53:53下载
- 积分:1
-
wave_forward
声波方程的正演程序,注释非常清晰,并且可以显示正演波场快照。(Acoustic wave equation forward procedure, comments are very clear, and can display the forward wave field snapshot.)
- 2021-04-12 16:48:56下载
- 积分:1
-
imagefusion
some chapters about image fusion book
- 2013-04-05 12:06:59下载
- 积分:1
-
多种群遗传算法的函数优化算法
说明: 多种群遗传算法的函数优化算法的MATLAB实现,有详细注释与案例解析(The MATLAB implementation of the function optimization algorithm of the multi-group genetic algorithm, with detailed notes and case analysis)
- 2020-09-22 08:04:35下载
- 积分:1
-
1213234356579
从含有汽车的图像中找出彩色的车牌并且定位的快速算法(from the car containing the image to identify the color plates and the rapid positioning algorithm)
- 2006-07-16 15:11:12下载
- 积分:1
-
sanfenzhierzaosheng
连续相位调制(CPM),使用维特比译码,包括整个调制解调系统。(Continuous phase modulation (CPM), the use of Viterbi decoding, including the modulation and demodulation system.)
- 2013-09-11 01:48:18下载
- 积分:1