登录
首页 » matlab » 1

1

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

  • shuipingbianhuan
    图像水平变换:分别实现对图像的水平外凹和水平外凸。(Image level of transformation: the implementation level of the image and level .)
    2009-03-01 21:42:39下载
    积分:1
  • Writeenvfile
    在Kraken简正模模型中,用于更改*.ENV环境文件的matlab程序(Kraken normal mode model for change* ENV environment file matlab program)
    2013-01-23 11:40:17下载
    积分:1
  • 101-UNIX-commands
    the most important 101 Unix commands
    2014-01-10 21:25:55下载
    积分:1
  • 采样定理
    说明:  通过matlab代码,验证了带通采样定理的正确性(The bandpass sampling theorem is realized.)
    2021-01-19 14:28:44下载
    积分:1
  • simsystem
    MATLAB HELP FUNDENMENTAL IN YOUR CODE 2 IN FILE
    2014-11-22 01:52:31下载
    积分:1
  • cs_ls_mse
    此程序实现压缩感知方法与最小二乘方法在超宽带信道估计中实现信道估计的MSE对比。(This program is compressed sensing method with the least squares method is implemented in ultra-wideband channel estimation channel estimation MSE contrast.)
    2021-04-18 11:18:52下载
    积分:1
  • GetPlan
    这是一个用MATLAB编程来解决小区基站最优化选址问题的程序,有一定的实用性。(This is a MATLAB programming to solve optimization cell base station siting process, a certain practicality.)
    2015-11-13 16:57:57下载
    积分:1
  • ssolve
    Matlab中虽然有很多解方程的函数,但对于一般线性方程,有无穷个解时,却不能算出一个特解和基础解系,这几个函数可以实现这个功能。(Matlab Although there are many solutions to the equation function, but for the general linear equations, Infinite Solutions months, they can not penetrate a special solution and infrastructure solutions, which have several functions to achieve this function.)
    2007-01-07 19:26:07下载
    积分:1
  • characteristic-function
    已知光纤各参数,纤芯、包层折射率,芯径以及传输波长,做出光纤特征方程随U值变化的曲线,可据此求出U,继而求出传输常数(get the propagation constant by solving the characteristic function in a multimode fiber)
    2021-04-28 22:08:43下载
    积分:1
  • vitebi
    decoding of convolotional codes
    2012-02-04 01:04:21下载
    积分:1
  • 696518资源总数
  • 106245会员总数
  • 18今日下载