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

搜索资源列表

  1. edge

    0下载:
  2. 边缘检测,提取边缘,能够检测边缘,很好的把图像边缘找出来-edge detect
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:2598
    • 提供者:sunhui
  1. edgeDetection

    0下载:
  2. 本程序实现边缘检测,并可通过设置阀值t二值化输出图像,选择类型设置检测算子(Roberts , sobel , sobel_diagonal ,sobel算子, Prewit ,canny , LoG )。-Edge detection of the program, and by setting the threshold t of the output binary image, select the type of operator settings (Roberts' , '
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:24226
    • 提供者:cui ju
  1. bianyuan

    0下载:
  2. 个人的经典收藏图像处理的边缘检测算法里面有roberts,sobel,拉普拉斯,prewitt,robinson,kirsch,smoothed等几种算法-Personal collection of classic image processing algorithm for edge detection there roberts, sobel, laplace, prewitt, robinson, kirsch, smoothed several algorithms, such as
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:259323
    • 提供者:qlhycf
  1. EdgeDetect

    0下载:
  2. 图像边缘检测 MATLAB 仿真程序。roberts,sobel,prewitt,log,小波检测-Image Edge Detection MATLAB simulation program. roberts, sobel, prewitt, log, wavelet detection
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:622
    • 提供者:陈路
  1. edge

    0下载:
  2. 基于小波变换模极大的多尺度图像边缘检测程序-Wavelet transform modulus maxima based on the multi-scale edge detection procedure
  3. 所属分类:Wavelet

    • 发布日期:2017-03-29
    • 文件大小:651
    • 提供者:wxw
  1. edgedetect

    0下载:
  2. 本程序利用matlab来实现基于小波变换的多尺度图像边缘检测。-This word use matlab to detect edge especially based on Wavelet Transform。
  3. 所属分类:Document

    • 发布日期:2017-04-02
    • 文件大小:8162
    • 提供者:叶枫
  1. ed

    0下载:
  2. 使用matlab工具进行边缘检测,基于小波多尺度变换。-Matlab tools use edge detection, based on wavelet multi-scale transform.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:6074
    • 提供者:叶枫
  1. photoprocess

    2下载:
  2. 数字图象处理系统,使用MATLAB的GUI模块,可实现图象的直方图均衡、灰度化、二值化、缩放、边缘检测、增加噪声、图像变换、去噪等功能。使用时请将fig文件和m文件和图像放在一个文件夹内-photo process system,use matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:6460
    • 提供者:tingting
  1. MainFrm

    0下载:
  2. 提出了基于边缘检测的二值化与扫描线相结合的车牌定位方法。实验表明该方法能够快速、准确地定位车牌,且抗干扰能力强,定位准确率在99 以上,光照和天气对其定位结果影响很小。-Edge detection based on the value of the second scan line and a combination of license plate location method. Experiment results show that the method can quickly and
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-10
    • 文件大小:2198457
    • 提供者:lijun
  1. EdgeContour

    0下载:
  2. 图像处理的边缘检测代码,包括Sobel。Prewitt,区域增长法等几种常用的代码-Edge detection image processing code, including Sobel. Prewitt, regional growth and so the code for some commonly-used
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2163082
    • 提供者:xiao
  1. work

    2下载:
  2. 小波与Canny结合的边缘检测算法(与其他边缘检测算法进行了比较)-Combination of wavelet and Canny edge detection algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:14901
    • 提供者:bge
  1. Image

    0下载:
  2. 一篇很优秀的关于图像边缘检测和特征提取算法的博士论文,文中介绍了不少有益的算法。-On a very good edge detection and feature extraction algorithm doctoral dissertation, In this paper, many useful algorithms.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-21
    • 文件大小:6389526
    • 提供者:姜利
  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. canny

    1下载:
  2. (1)利用高斯滤波器函数,用Matlab语言,编写Canny边缘检测器的Matlab(或C语言)函数; (2)利用上述函数,对一副图像(椒盐噪声或高斯噪声)进行边缘检测; (3)利用Matlab自带的Canny边缘检测函数对同一副图像进行边缘检测; (4)比较上述两个结果。 -(1) the use of Gaussian filter function, using Matlab language, the preparation of Canny edge detector
  3. 所属分类:Special Effects

    • 发布日期:2015-12-13
    • 文件大小:2469
    • 提供者:amy
  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. EdgeContour

    0下载:
  2. 边缘检测包括:Roberts边缘算子,Sobel边缘检测算子,Kirsch边缘检测算子,拉普拉斯算子,高斯拉普拉斯算子。霍夫变换,种子填充,轮廓跟踪和轮廓提取。-Edge detection, including: Roberts edge operator, Sobel edge detection operator, Kirsch edge detection operator, Laplacian, Laplacian of Gaussian. Hough transform, seed
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2234173
    • 提供者:陈飞
  1. jiance

    0下载:
  2. 对图像做边缘检测,提到了新方法,对几种检测作了比较。-So the image edge detection, referred to the new method were compared on several testing.
  3. 所属分类:Graph program

    • 发布日期:2017-05-21
    • 文件大小:6145506
    • 提供者:
  1. mulscaleedge

    0下载:
  2. MATLAB实现图像边缘检测,基于二位小波变换,多尺度分解图形-MATLAB Image edge detection, two based on wavelet transform, multi-scale decomposition of graphics
  3. 所属分类:Wavelet

    • 发布日期:2017-04-07
    • 文件大小:775
    • 提供者:djf
  1. youdianmatlabVc

    0下载:
  2. 人民邮电版图像处理源码,车牌识别,数字识别系统源代码,路线识别(机器人视觉),形态学处理,数字识别,字母识别,边缘检测,图像分割-Posts And Telecommunications News source version of image processing, license plate recognition, digital identification system source code, line identification (robot vision), morpholog
  3. 所属分类:source in ebook

    • 发布日期:2017-05-21
    • 文件大小:6607056
    • 提供者:杨山
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 50 »
搜珍网 www.dssz.com