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

搜索资源列表

  1. 基于小波变换的边缘提取程序

    0下载:
  2. 一个基于小波变换的边缘提取程序,用matlab实现,速度块,很不错。-one based on wavelet transform edge extraction procedures used Matlab to achieve speed block, very good.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1447
    • 提供者:林志泉
  1. 用MATLAB实现的边缘提取函数

    1下载:
  2. 用MATLAB实现的边缘提取函数,实现了sobel算子、canny算子,Robert算子、prewitt算子、marr算子,Using MATLAB to achieve the edge detection function, the realization of the sobel operator, canny operator, Robert operator, prewitt operator, marr Operator
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-12-31
    • 文件大小:1896
    • 提供者:H.C. Young
  1. DIP-matlab.背景差分法对运动汽车的检测

    0下载:
  2. 背景差分法对运动汽车的检测,对检测得到的汽车图像进行预处理和边缘提取,Background difference method for the detection of movement of motor vehicles, the vehicle has been detected image pre-processing and edge extraction
  3. 所属分类:matlab例程

    • 发布日期:2016-01-27
    • 文件大小:16867
    • 提供者:温鑫
  1. Image-segmentation-Extraction.

    0下载:
  2. 图像目的轮廓边缘提取检测,例子为车牌号码的检测,The purpose of edge extraction image contour detection, for example, the plate number for the detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:106990
    • 提供者:李秀丽
  1. 1

    0下载:
  2. 实现灰度图的旋转,拉伸,直方图显示,滤波等,实现彩色图象的分割,边缘提取-Grayscale realize the rotation, stretching, histogram display, filtering and so on, to achieve color image segmentation, edge extraction
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1479469
    • 提供者:zj
  1. 基于matlab的遗传算法程序及基于matlab的小波变换实现图像边缘提取

    6下载:
  2. 基于matlab的遗传算法程序及基于matlab的小波变换实现图像边缘提取
  3. 所属分类:matlab例程

  1. 111

    1下载:
  2. 基于MATLAB的图像处理源程序集,包括阈值、二值化、灰度变化,边缘提取-MATLAB based image processing source code set, including threshold, binary, gray scale, edge extraction, etc.
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:92941
    • 提供者:潘超
  1. dilation

    0下载:
  2. 对一副二维数字图像执行多尺度全方位的膨胀处理,以提取出图像的外边缘。算法简单,易于实现,且边缘提取的效果优于传统的基于灰度梯度的边缘提取算子。-A pair of two-dimensional digital image on the implementation of multi-scale expansion of a full range of treatment to extract the outer edge of the image. Algorithm is simple, e
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:897
    • 提供者:gaoxin04072401
  1. 21212121245

    0下载:
  2. 边缘检测程序,基于边缘提取的经典算子,比较实用-Edge detection procedure, based on the classical edge detection operator, more practical
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:575485
    • 提供者:zhuang
  1. matlab2

    0下载:
  2. matlab的四种边缘提取办法比较(代码)-the four edge detection matlab comparison approach (code)
  3. 所属分类:Graph program

    • 发布日期:2017-05-15
    • 文件大小:3637318
    • 提供者:furan
  1. edgetest

    0下载:
  2. 用matlab制作的GUI,可以方便地读取图像并利用常用的五种图像边缘提取算子来提取图像边缘,具体使用方法详见压缩包中doc文件-Edge test
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:82151
    • 提供者:Michael J
  1. canny

    2下载:
  2. canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target im
  3. 所属分类:Graph program

    • 发布日期:2016-01-15
    • 文件大小:185038
    • 提供者:hanyantao
  1. Edge

    1下载:
  2. 在MATLAB环境下,实现对Lena图像的边缘提取,主要对比了Roberts、Prewitt、Sobel、Laplace四种算子的边缘提取的效果-In the MATLAB environment, to realize the Lena image edge extraction, mainly comparing Roberts, Prewitt, Sobel, Laplace edge detection operator of four results
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-14
    • 文件大小:160193
    • 提供者:xujiangle
  1. sobel

    0下载:
  2. sobel算子进行边缘提取的方法,梯度差分-sobel operator for edge detection method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1849
    • 提供者:孙海波
  1. Matlab--Imagin-Processing

    0下载:
  2. 多光谱图像处理代码,二值化、边缘提取、直线检测等-Multi-spectral image processing code, binarization, edge detection, line detection, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:13017821
    • 提供者:Vwin
  1. 基于小波的matlab做边缘提取的代码

    0下载:
  2. 基于小波边缘的边缘提取,采用经典图片,值得学习!(Edge extraction based on wavelet edge)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:36864
    • 提供者:sues10100004
  1. sztx

    0下载:
  2. 利用傅里叶描述子复原图像 傅里叶描述子逆变换重建边界 对边界进行二次取样源码 进行边缘提取,得到包络数据信息等等。。(Restoration of images using Fourier descr iptors Fu Liye descr iptors, inverse transform, reconstruction boundary Two sampling sources for the boundary Edge extraction, envelope
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:394240
    • 提供者:Harold
  1. 图像边缘提取

    0下载:
  2. 图像边缘提取,边缘调用不同的检测算子且判别阈值不同时候的情况(Image edge extraction, edge calls different detection operator, and distinguish the threshold value at different times)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:大橙子1号
  1. 边缘提取

    0下载:
  2. MATLAB代码,Sobel算子边缘提取,已经运行成功了(MATLAB code, Sobel operator edge extraction, has been running successfully)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:娜娜181
  1. 边缘提取

    1下载:
  2. 边缘提取:边缘检测的基本思想首先是利用边缘增强算子,突出图像中的局部边缘,然后定义象素的“边缘强度”,通过设置阈值的方法提取边缘点集。由于噪声和模糊的存在,监测到的边界可能会变宽或在某点处发生间断。因此,边界检测包括两个基本内容: (1)用边缘算子提取出反映灰度变化的边缘点集。 (2)在边缘点集合中剔除某些边界点或填补边界间断点,并将这些边缘连接成完整的线。(Edge extraction: the basic idea of edge detection is to use edge en
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:Schonien
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com