登录
首页 » matlab » 1

1

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

代码说明:

说明:  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 个回复

  • apfc
    UC3854建模仿真,提高功率因素至99 ,采用matlab中的simulink进行仿真,UC3854典型电路,输入220V输出380V(The UC3854 modeling and simulation, to improve the power factor to 99 , using Matlab simulink simulation, the UC3854 typical circuit, input 220V output 380V)
    2012-06-10 16:55:41下载
    积分:1
  • EXAMPLE
    Demo for the Fractional-Order Chaotic Systems (FOChS) - functions
    2013-08-19 05:03:21下载
    积分:1
  • xitongyz
    高压共轨系统matlab/simulink仿真模型(high pressure common rail system simulation in matlab)
    2014-12-25 10:36:49下载
    积分:1
  • iterative
    rs 里查森迭代法求线性方程组 crs 里查森参数迭代法求线性方程组 grs 里查森迭代法求线性方程组 jacobi 雅可比迭代法求线性方程组 gauseidel 高斯-赛德尔迭代法求线性方程组 SOR 超松弛迭代法求线性方程组 SSOR 对称逐次超松弛迭代法求线性方程组 JOR 雅可比超松弛迭代法求线性方程组 twostep 两步迭代法求线性方程组 fastdown 最速下降法求线性方程组 conjgrad 共轭梯度法求线性方程组 preconjgrad 预处理共轭梯度法求线性方程组 BJ 块雅克比迭代法求线性方程组 BGS 块高斯-赛德尔迭代法求线性方程组 BSOR 块逐次超松弛迭代法求线性方程组 (iterative method of linear equation.)
    2020-08-07 21:08:30下载
    积分:1
  • LI-TIFROM_package
    fastica valogorithme for bss
    2012-07-23 20:38:39下载
    积分:1
  • GA-Methods
    GA Optimization methods for real numbers (continuous numbers)
    2014-09-16 19:30:16下载
    积分:1
  • ASK_FSK_PSK
    this file content simple example about modulation bit stream.the type of modulation is (FSK,PSK and ask) after modulation data send and received after that show the relationship between signal to noise ratio (snr) and the bit error rate (ber).....
    2013-12-19 00:11:19下载
    积分:1
  • DC_Motor_Driver_Block_RPi
    DC Motor Driver Block using Soft PWM of WiringPi Library
    2014-11-18 07:28:43下载
    积分:1
  • Ho
    说明:  Image Processing using matlab Assignment ....
    2012-08-11 17:28:25下载
    积分:1
  • HSV
    HSV模板的人脸肤色分割程序,用于人脸识别及定位工作中(HSV template, skin color segmentation procedures for the recognition and positioning work)
    2010-12-21 17:58:16下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载