登录
首页 » matlab » 1

1

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

  • ofdm_gito
    OFDm matlab simulation file
    2009-02-27 19:10:17下载
    积分:1
  • videos_in_matlab
    converts videos in matlab
    2012-04-13 01:28:53下载
    积分:1
  • chap8_11
    用粒子群算法对非线性系统进行 非线性回归(Using particle swarm algorithm for nonlinear system by nonlinear regression)
    2013-09-22 10:38:50下载
    积分:1
  • download
    时反程序,用于计算信号的时间反转镜,编的挺好的(TRM programme)
    2013-05-13 10:05:43下载
    积分:1
  • hopfieldsolveTSP
    一种经过实践证明好用的使用hopfield神经网络解决旅行商(货担郎)问题的程序(using hopfield neural network solving TSP)
    2015-01-10 22:35:41下载
    积分:1
  • GPSdingwei
    GPS定位,GPS原理和应用,GPS实验等(GPS positioning)
    2011-05-25 17:58:30下载
    积分:1
  • Integral-Simpson-
    辛普森积分的四种经典算法的matlab程序(Simpson points of the four classic algorithm matlab program)
    2012-05-22 00:28:22下载
    积分:1
  • qpskbpsk
    里面是关于通信中同步技术的一些试验模型,主要有bpsk和qpsk的simulink仿真(Which is about the communication synchronization of some experimental models, mainly bpsk and qpsk the simulink simulation)
    2010-06-22 19:51:13下载
    积分:1
  • sweep
    应用简单的穷举算法解决遍历所有点距离最短的问题(Exhaustive algorithm to solve the problem through all of the shortest distance)
    2010-11-30 19:44:09下载
    积分:1
  • spectrumsensingincognitiveradiobasedonenergydetect
    认知无线电是一种用于提高无线电通信频谱利用率的新的智能技术. 首先简述认知无线电的背景和概念,针 对认知无线电的频谱感知功能,详细地分析基于能量检测的频谱检测方法,在此基础上研究了噪声方差的不确定 性对检测性能的影响. 针对无线信号检测具有本地局域性和能量检测存在信噪比极限的特点,提出一种分布式有 限合作检测机制,推导出基于“OR”规则的有限合作机制的检测概率,并进行Monte Carlo仿真.(Cognitive radio is a radio communications spectrum used to improve the efficiency of the new smart technology. First, the background and outlined the concept of cognitive radio, spectrum sensing for cognitive radio capabilities, a detailed analysis of the spectrum based on energy detection test In this study the noise variance based on the uncertainty of the detection performance. for wireless signal detection with local detection of localized and there is signal to noise ratio limit of the energy characteristics of a distributed cooperative detection mechanism, derived out based on " OR" rules of the detection probability of the limited cooperation mechanism and conduct Monte Carlo simulation.)
    2010-05-08 09:17:57下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载