登录
首页 » matlab » Cours_SansFil

Cours_SansFil

于 2012-05-29 发布 文件大小:2953KB
0 72
下载积分: 1 下载次数: 3

代码说明:

  TPs de trautement d images sur matlab avec cours et correction de TPs

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • matlabPrimer35
    Matlab入门基础,第二版,佛罗里达大学数学系Kermit Sigmon教授出的~(MATLAB Primer Second Edition Kermit Sigmon Department of Mathematics University of Florida)
    2009-07-02 10:13:36下载
    积分:1
  • 1
    说明:  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)
    2013-12-18 15:42:14下载
    积分:1
  • yei-V2.0
    这是第二能量熵的matlab代码,抑制载波型差分相位调制,一个师兄的毕设。( This is the second energy entropy matlab code, Suppressed carrier type differential phase modulation, A complete set of brothers.)
    2017-04-06 23:53:07下载
    积分:1
  • svm
    径向基函数网络应用实例 希望对大家有帮助(Application of radial basis function networks hope to help)
    2010-06-07 19:17:11下载
    积分:1
  • SIMULINK
    simulink一些应用实例和相关练习 很与参考价值(simulink some application examples and related exercises are with the reference value)
    2008-08-02 22:54:41下载
    积分:1
  • hideLSB
    lsb_hide to hide watermark in lsb
    2010-05-09 19:02:33下载
    积分:1
  • Time_FFT_PeakFind
    Time_FFT_Peakfind.zip It is a function.
    2012-04-17 19:31:59下载
    积分:1
  • matlab_image_bloodcell_test
    血红细胞边缘的精确检测的MATLAB实现,实现阈值分割,噪声干扰,腐蚀,边缘检测(The edge of the red blood cells to achieve accurate detection of MATLAB to achieve segmentation, noise, corrosion, edge detection)
    2010-05-20 15:38:35下载
    积分:1
  • libsvm
    matlab SVM工具箱 应用于SVM的matlab操作(matlab SVM matlab toolbox used in the operation of SVM)
    2011-08-18 23:16:07下载
    积分:1
  • line200
    There are 200 random lines. This program is used to calculate how many intersection points they have.
    2013-11-08 01:44:24下载
    积分:1
  • 696518资源总数
  • 104432会员总数
  • 16今日下载