CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 边缘检测 matlab

搜索资源列表

  1. line_sobel

    1下载:
  2. Canny进行边缘检测,得到图像的边缘,然后sobel算子对图像边缘进行卷积,然后用Hough变换进行直线提取。-Canny edge detection to obtain the edge image, and then sobel edge operator for convolution, and then use the Hough transform for straight line extraction.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:618
    • 提供者:mayan
  1. edgedetecting

    0下载:
  2. 基于小波分析的图像边缘检测方法(matlab程序)-the edge detecting method of the image based on wavelet transform theory
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:3242
    • 提供者:hanzhibin
  1. shuipingji

    1下载:
  2. 用于图像边缘检测、图像分割的一个很好的代码,主要是用水平集来实现的,很难啊-For image edge detection, image segmentation of a good code, is mainly used to achieve the level set, it is difficult to ah! ! !
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:1677
    • 提供者:luluzhuzhu
  1. shendusousuo

    3下载:
  2. 深度搜索,可将边缘断点连接起来,多用于图像分割中和边缘检测结合使用-Depth of search, could be the edge connecting the breakpoints are used for image segmentation and edge detection used in conjunction
  3. 所属分类:Special Effects

    • 发布日期:2015-06-05
    • 文件大小:1146
    • 提供者:shenyong
  1. EdgeColor

    0下载:
  2. 很好的图像边缘检测程序,MATLAB环境,里面的程序我都试过了,无报错,并附带图片,可直接运行。-Good edge detection procedure, MATLAB environment, which I have tried the procedure, and without error, and attached picture, can be directly run.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:305347
    • 提供者:胡骞
  1. EdgeDetection

    0下载:
  2. 四种算子(sobel,prewitt,roberts,marr)进行图像边缘检测的matlab源码.-Operators of four (sobel, prewitt, roberts, marr) image edge detection matlab source.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:48773
    • 提供者:refinebin
  1. edgeCheck

    0下载:
  2. 边缘检测的源代码。包括sobel prewitt roberts marr canny的。值得下载!-The source code for edge detection. Including sobel prewitt roberts marr canny' s. Worth downloading!
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1683
    • 提供者:Mark Li
  1. caany

    0下载:
  2. canny边缘检测算法,,我见过的做好的-canny edge detection algorithm, I have seen the good, and,
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:2187
    • 提供者:wuzixu
  1. hd

    0下载:
  2. matlab 图像灰度化代码,小波边缘检测-matlab image gray-oriented code, wavelet edge detection
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:49712
    • 提供者:lotus
  1. GUISUSAN

    0下载:
  2. 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪声能力很强,运算量也比较小。并将SUSAN算法用于多类图像的
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1097689
    • 提供者:zhaolipo
  1. lvq.m

    0下载:
  2. 基于矢量向量的神经网络图像边缘检测,有消噪的效果,是图像处理的不错程序-baseed on LVQ net work
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:4000
    • 提供者:小妖
  1. xingtaixuejiance

    0下载:
  2. 用数学形态学方法进行医学图像的边缘检测,程序调试通过-nice programs
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:671
    • 提供者:zhangbin
  1. canny

    0下载:
  2. canny算法源码。Canny 的目标是找到一个最优的边缘检测算法。Canny 算法适用于不同的场合。它的参数允许根据不同实现的特定要求进行调整以识别不同的边缘特性。对于PC上的实时图像处理来说可能慢得无法使用,尤其是在使用大的高斯滤波器的情况下。但也要考虑到处理器速度的不断提升。 -canny algorithm source code. Canny' s goal is to find an optimal edge detection algorithm. Canny algorit
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:1211
    • 提供者:鱼儿很忙
  1. Berkeley

    0下载:
  2. 里面有很多图像边缘检测的算法,可以从提供的网站上下载图片进行操作-There are many edge detection algorithms that can be downloaded from the website to provide pictures to operate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1101154
    • 提供者:tiantian
  1. xiaobo

    0下载:
  2. 一种基于小波变换的边缘检测Matlab源程序代码,对边缘检测方面的学习者很有帮助。-Based on wavelet transform edge detection Matlab source code for edge detection in learners helpful.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:12482
    • 提供者:xuting
  1. xiaobobianhuanjiance

    0下载:
  2. 应用MATLAB中的小波变换的方法进行边缘检测-MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1444
    • 提供者:gufei
  1. wavelet

    0下载:
  2. 基于小波变换的图像边缘检测,此程序用腐蚀算法检测边缘-Based on wavelet transform edge detection, this program uses the edge of corrosion detection algorithm
  3. 所属分类:Wavelet

    • 发布日期:2017-04-13
    • 文件大小:3377
    • 提供者:weilihua
  1. EdgeDetection

    0下载:
  2. 在MATLAB下实现的图像边缘检测算法,自己编写的算法-matlab edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:853
    • 提供者:kevinfjm
  1. edge_detection

    0下载:
  2. 利用小波边缘检测算法实现对图像的边缘检测,效果良好。-Wavelet edge detection algorithm on edge detection with good results.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1222
    • 提供者:袁计委
  1. bianyuanjiance

    1下载:
  2. 图像边缘检测代码,基于matlab7.0。基于小波变换的边缘检测。-Edge detection code, based on matlab7.0. Edge detection based on wavelet transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:6542
    • 提供者:lucy
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com