登录
首页 » matlab » 1

1

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

  • TS-Fuzzy_Models
    TS-Fuzzy Model模糊系统论文pdf文件以及Matlab code源码,对学习很有帮助。(paper: "Compact TS-Fuzzy Models through Clustering and OLS plus FIS Model Reduction" and Matlab code.)
    2010-07-06 18:21:51下载
    积分:1
  • matlab_image_processing_function
    matlab图像处理代码m函数 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P0309:运用5种不同的梯度增强法进行图像锐化 P0310:图像的高通滤波和掩模处理 P0311:利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理 P0312:利用巴特沃斯(Butterworth)高通滤波器对图像进行锐化处理 (matlab image processing function code m)
    2009-04-16 21:57:35下载
    积分:1
  • 123
    高亮显示属性表中选中的要素高亮显示属性表中选中的要素(Highlight the attribute table of the elements of selected properties in the table highlights the selected element)
    2010-01-18 11:20:12下载
    积分:1
  • JAVA
    研究了MATLAB和JAVA在本地环境和网络环境下的混合编程方法,通过多个实例说明两者混合编程的过程和步骤。 更多还原 (MATLAB and JAVA the hybrid programming methods in the local environment and network environment, through the process and steps of multiple instances of a mixture of both programming. More Restore)
    2013-03-19 14:21:56下载
    积分:1
  • selection
    selection combining模式下,瑞利信道下的能量检测(the Selection Combining mode, Rayleigh channel energy detection)
    2013-04-17 22:33:08下载
    积分:1
  • PDSCH
    改程序实现了LTE系统下行链路PDSCH的信道估计(Reform program to achieve a downlink LTE system PDSCH channel estimation)
    2012-11-11 17:09:35下载
    积分:1
  • tixingguanzi2
    分析了支持向量回归机在能源需求预测中的优势,确定了输入向量集合和输出向量集合,建立了基于Matlab技术的SVR能源需求预测模型.对我国1985-2008年能源需求相关数据进行模拟与仿真,并对中国2010年和2020年能源需求量进行预测.研究结果表明:一是中国未来对能源的需求量逐渐增加,从2010年的330400万吨标准煤上升到2020年418320万吨标准煤,年均增长率为2.39%;二是在解决我国能源系统小样本.非线性及高维模式识别问题中SVR比BP神经网络等方法有更高的预测精度.(Support vector regression analyzes advantage in energy demand forecast to determine the set of input vectors and output vector set, established SVR energy demand forecasting model based on Matlab technology. Energy demand for our 1985-2008 related data modeling and simulation , and China in 2010 and 2020 energy demand forecast results show that: First, China s increasing demand for energy in the future, from 3.304 billion tons of standard coal in 2010 rose to 4.1832 billion tons of standard coal in 2020, average annual growth rate of 2.39 second is to solve our energy system small sample nonlinear and high dimensional pattern recognition problem SVR higher prediction accuracy than the BP neural network method.)
    2014-01-09 14:11:20下载
    积分:1
  • matlab-6
    数学建模基础教程,对于初学者可以参考,很好的基础建模资料(mathematical modeling basic course for beginners can reference, very good base modeling material )
    2011-12-03 12:42:52下载
    积分:1
  • OFDM
    这是两个比较完整的matlab程序,希望对大家有用(These are two relatively complete matlab program, we want to be useful)
    2010-08-15 15:17:32下载
    积分:1
  • Image-compression-based-on-wavelet
    基于小波的图像压缩,采用就对了。自己运行过,效果还可以!(Image compression based on wavelet)
    2011-05-31 22:08:35下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载