登录
首页 » matlab » 1

1

于 2013-12-18 发布 文件大小:1KB
0 133
下载积分: 1 下载次数: 15

代码说明:

  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)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • three_phase_inverter
    三相逆变桥【做的有点渣,请见谅【二十字二十字二十字二十字(Three-phase inverter bridge)
    2013-11-12 22:26:27下载
    积分:1
  • 2
    说明:  一级倒立摆的模糊控制与神经网络控制。Simulink仿真环境。使用说明:在使用模糊控制时先把*.fis导入workspace,否则无法运行。(An inverted pendulum fuzzy control and neural network control. Simulink simulation environment. Usage: in the use of fuzzy control to import*. fis first workspace, otherwise it is impossible to run.)
    2009-04-23 14:50:17下载
    积分:1
  • RANDOM_SIGNAL_PROCESSING
    MATLAB在振动信号处理中的应用,书籍和源码 工程振动信号的预处理以及模态参数的识别程序(random signal processing in matlab)
    2010-01-23 09:37:31下载
    积分:1
  • matlabpower-flow-calculation
    说明:  用matlab软件计算电力系统的潮流,使电力系统运行可靠(Power systems using matlab software to calculate the trend, so that the power system is reliable, )
    2011-03-18 11:04:46下载
    积分:1
  • WebApp1
    Simple Web Application
    2014-02-03 17:11:27下载
    积分:1
  • Trend-test model
    本程序使用matlab编程,可用于水文长时间序列资料的趋势检验。(It is used to test the trend of long hydrological time series data.)
    2018-08-10 10:51:26下载
    积分:1
  • MOGWO
    说明:  完美运行的多目标灰狼算法,运行文件MOGWO即可进行试验。 可以借助学习灰狼算法,多目标优化。(The perfect multi-objective Gray Wolf algorithm can be tested by running the file mogwo. With the help of Grey Wolf algorithm, multi-objective optimization can be achieved.)
    2021-01-21 16:18:46下载
    积分:1
  • DECCG
    说明:  在MATLAB环境下编的基于邻居搜索的动态差分协同进化代码(Neighbor search based on dynamic differential co-evolution code)
    2021-04-19 21:48:51下载
    积分:1
  • projekat-AiNU
    adaptive controlling matlab and simulink
    2013-03-28 20:53:51下载
    积分:1
  • Untitled
    这是一个用于画甘特图的例子,主要用于模糊柔性作业调度问题中(This is an example of drawing the Gantt chart,mainly applied to the fuzzy flexible job-shop scheduling problem)
    2014-12-31 10:33:36下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载