登录
首页 » matlab » edge_detect

edge_detect

于 2012-06-11 发布 文件大小:80KB
0 151
下载积分: 1 下载次数: 3

代码说明:

  program to detect edges with different edge detection methods

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

发表评论


0 个回复

  • hopfield
    this file about implementing hopfield networks in matlab
    2011-01-19 18:40:57下载
    积分:1
  • matlab1
    matlab advance tutorial for scientist.
    2012-02-02 17:53:42下载
    积分:1
  • PSO
    很实用的群优化智能算法,计算粒子群算法的源代码,所需优化的目标函数命名为fitness即可。(a partical swarm algorithm)
    2009-04-20 18:33:06下载
    积分:1
  • matlab-codes
    matlab programs counting coins finding an object in an image gui in matlab codes in image processing in matlab , math calculator with gui in matlab
    2011-05-27 03:14:27下载
    积分:1
  • pso_WSN_HOMOGENEOUS
    Particle swarm optimization in wireless sensor networks
    2013-03-03 19:42:24下载
    积分:1
  • Compressed-Sensing
    压缩感知简介与理论框架,发展前景以及目前存在的问题(Compressed Sensing Introduction and theoretical framework, prospects and existing problems)
    2014-11-03 16:26:51下载
    积分: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
  • levelset segmentation biasCorrection v1
    基于matlab平台的水平集图像分割,用于对图像边缘进行分割。(levelset image segmentation based on matlab)
    2018-04-03 11:27:48下载
    积分:1
  • simulate_annealing_of_dejong_function
    simulated annealing code of dejong function (simulated annealing code of dejong function)
    2008-04-13 11:16:38下载
    积分:1
  • wavelet
    说明:  通过matlab实现二维离散小波变换的Mallat快速算法源程序和对二维图像进行多级分解与重建(Matlab achieved by two-dimensional discrete wavelet transform Mallat fast algorithm and multi-dimensional image decomposition and reconstruction)
    2020-10-30 10:39:55下载
    积分:1
  • 696518资源总数
  • 105279会员总数
  • 10今日下载