登录
首页 » matlab » 1

1

于 2013-12-18 发布 文件大小:1KB
0 191
下载积分: 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 个回复

  • MATLAB-function
    最新的matlab命令集合。搜集了网上的大部分(The latest collection of matlab commands. Collected most of the Internet)
    2011-09-26 13:08:31下载
    积分:1
  • Backstepping_5
    反步法求取船舶的运行轨迹,是大连海事大学某学生毕业论文中的仿真图形。(Backstepping strike a ship running track, Dalian Maritime University, a student thesis in the simulation graphics.)
    2013-10-21 19:23:06下载
    积分:1
  • state_system
    state system for DFIG model
    2012-10-07 17:10:15下载
    积分:1
  • Matlab_C._plus_plus
    MATLAB 和c++混合编程在windows下编程(MATLAB mixed programming and c++ programming in windows)
    2015-04-20 16:06:02下载
    积分:1
  • nakvspace
    用MATLAB语言仿真实现CDMA系统中开环下发射分集的系统性能仿真(Simulation of MATLAB language in the CDMA system under the open loop transmit diversity system performance simulation)
    2017-05-13 20:34:07下载
    积分:1
  • mino_precoding
    这是一篇关于mino系统预编码的西电博士论文。希望对有需要的人有用。(This is a system of pre-encoded on the mino Western Electric doctoral dissertation. Want to be useful for people in need.)
    2010-11-25 17:47:26下载
    积分:1
  • 在opnet软件平台上对无线通信进行了建模仿真 Lab
    在opnet软件平台上对无线通信进行了建模仿真,对于学习opnet的无线管道建模有很大的参考价值(Opnet software platform in the wireless communications on the modeling and simulation, learning opnet modeling of wireless channels has great reference value)
    2010-12-24 20:28:55下载
    积分:1
  • ch331
    U盘控制芯片CH331,CH331 是一个小容量U 盘的控制芯片,只要外加一个串行存储器芯片,就可以实现2KB 到512KB 的小容量U 盘。(U disk controller IC CH331, CH331 is a small-capacity USB control chip, As long as plus a serial memory chips, we would achieve 2 KB to 512 KB of small U disk capacity.)
    2006-10-18 00:58:05下载
    积分:1
  • mdl
    二级倒立摆mdl 和m-file.基于模糊控制仅作参考(Inverted pendulum mdl and m-file. Based on fuzzy control for reference only)
    2013-09-30 15:17:38下载
    积分:1
  • Different_temp_freq_shift
    surface acoustic wave device (temp and freq shift)
    2014-01-17 22:40:23下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载