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

搜索资源列表

  1. 小波边缘检测

    1下载:
  2. 基于小波变换模极大的多尺度图像边缘检测matlab源代码-based on wavelet transform modulus maxima of multiscale edge detection Matlab source code
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:880
    • 提供者:tian
  1. 彩色图像边缘检测

    1下载:
  2. 利用robert算子对图像彩色图像进行边缘检测,真彩色图像编程要注意三个字节表示一个象素,分别对RGB三色做Robert算子运算-Detect edge of color image using Robert subcomputioner,true color image programming should represent a pixel by three bytes,and compute the three colors(RGB) using Robert subcomputioner
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:16775
    • 提供者:丁峰
  1. 边缘检测代码

    0下载:
  2. 关于图像边缘检测技术的代码。包括:拉普拉斯算子,高斯拉普拉斯算子等多种边缘检测方法-on Edge Detection Technology code. Including : Laplace operator, Gaussian Laplician various edge detection method
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:355622
    • 提供者:qiqi
  1. 边缘检测程序

    1下载:
  2. 该程序主要包含了图像边缘检测的集中常用的方法,如sobel, Ccanny, kirsch等等的源代码,希望能对大家有所帮助dene-the program mainly includes the Edge Detection concentration commonly used methods, such as segmentation, Ccanny. "The source code, etc., we hope to help Dene
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:575559
    • 提供者:hua
  1. 边缘检测源代码

    0下载:
  2. 图像边缘检测算法源代码-Edge detection algorithm source code
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:72558
    • 提供者:阮韦
  1. 小波变换在活塞环图像边缘检测中的应用研究

    0下载:
  2. 摘 要 小波变换是时间频率的局部化分析,它可以通过伸缩平移运算对信号逐步进行多尺度细化。本文正是基于小波变换在图像处理领域中表现出的多尺度分析,提出了用小波变换检测活塞环图像边缘的方法,这种方法通过对二维小波变换图像局部极大值的检测得到图像的边缘信息。通过实验证明了这种方法的有效性。-Abstract wavelet transform is the local time frequency analysis, it can shift computing through telescopic
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:82967
    • 提供者:蓝婧
  1. sobel算子边缘检测

    0下载:
  2. 图像边缘检测的sobel算子VC++实现
  3. 所属分类:图形图象

    • 发布日期:2010-11-25
    • 文件大小:1415
    • 提供者:zghnlsj
  1. 图像边缘检测

    0下载:
  2. 本程序主要进行图像的边缘检测。
  3. 所属分类:绘图程序

    • 发布日期:2010-12-30
    • 文件大小:2974
    • 提供者:zxmoran@163.com
  1. 区域生长与边缘检测

    1下载:
  2. 该程序融合图像边缘检测和区域生长的方法来实现图像分割,程序是自己编写的,没有bug,很好用
  3. 所属分类:2D图形编程

    • 发布日期:2012-03-22
    • 文件大小:1723
    • 提供者:shaliguoyong
  1. 检查图像边缘

    1下载:
  2. 这是一个非常好的用的基于labview的图像边缘检测程序(Image edge detection based on LabVIEW)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-24
    • 文件大小:284672
    • 提供者:七叶水
  1. MATLAB实现图像去噪滤波锐化边缘检测源程序代码

    0下载:
  2. 对图像实现滤波,边缘检测,锐化等操作,比较实用(The operation of image filtering, edge detection, sharpening, and so on)
  3. 所属分类:图形图象

    • 发布日期:2018-01-01
    • 文件大小:6144
    • 提供者:im_li
  1. 基于4种不同算子的边缘检测运算

    2下载:
  2. 本程序采用了robbert,sobel,LoG,prewitt四种算子对同一副图像进行边缘检测,以此查看不同效果(This procedure uses Robbert, Sobel, LoG, Prewitt four kinds of edge detection operator on the same image, to view the different effect)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:182272
    • 提供者:huyuwang
  1. 边缘检测

    1下载:
  2. 利用c++语言 实现数字图像的边缘检测(Edge detection of image)
  3. 所属分类:图形图像处理

    • 发布日期:2019-11-24
    • 文件大小:3469312
    • 提供者:chenenen
  1. 4图像边缘检测

    0下载:
  2. 利用opencv实现图像边缘检测,可直接运行(Image edge detection by opencv)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-23
    • 文件大小:6881280
    • 提供者:沉默之风
  1. 边缘检测和hough 变换实现边缘检测MATLAB

    1下载:
  2. 进行图像的边缘检测,霍夫变换用于图像分割处理(image segmentation based on edges check and hough shift)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-28
    • 文件大小:3072
    • 提供者:开心笑一笑
  1. sobel

    0下载:
  2. 根据设置阈值进行图像边缘检测,得到图像边缘图像的代码(Image edge detection based on setting threshold)
  3. 所属分类:图形图象

    • 发布日期:2018-05-02
    • 文件大小:10240
    • 提供者:nzbz
  1. VC图像分割与边缘检测源代码

    0下载:
  2. VC图像分割与边缘检测源代码,工程包,可直接编译运行(VC image segmentation and edge detection source code, engineering package, can be directly compiled and run.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:303104
    • 提供者:dangxj
  1. ACA_FCM

    1下载:
  2. 基于蚁群算法的图像边缘检测,matlab代码(Image edge detection based on ant colony algorithm, matlab code)
  3. 所属分类:图形图象

    • 发布日期:2020-04-05
    • 文件大小:3072
    • 提供者:今天要早睡
  1. 八个方向的sobel边缘检测算法

    3下载:
  2. 利用八方向的sobel边缘检测,实现对图像多梯度的梯度检测,检测出的边缘信息更加平滑连续。(Eight direction Sobel edge detection is used to realize gradient detection of image multi gradient, and the edge information detected is more smooth and continuous.)
  3. 所属分类:图形图象

    • 发布日期:2019-05-24
    • 文件大小:55296
    • 提供者:追梦苦旅
  1. 亚像素边缘检测

    3下载:
  2. 亚像素边缘检测,对图像的边缘检测达到亚像素级别(Sub-pixel edge detection, image edge detection to sub-pixel level)
  3. 所属分类:图形图像处理

    • 发布日期:2019-06-03
    • 文件大小:12288
    • 提供者:minbaobao
« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com