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

搜索资源列表

  1. 小波变换在图像边缘检测中的应用研究

    0下载:
  2. 小波变换在图像边缘检测中的应用研究-wavelet transform in the image edge detection of Applied Research
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:80656
    • 提供者:屈晓超
  1. 使用小波变换的图像边缘检测算法

    1下载:
  2. 使用小波变换的图像边缘检测算法-use wavelet transform Edge Detection Algorithm
  3. 所属分类:波变换

    • 发布日期:2008-10-13
    • 文件大小:290522
    • 提供者:屈晓超
  1. 模拟图像边缘检测的C代码[原创]

    1下载:
  2. 模拟图像边缘检测的C代码[原创]先把图像放大K倍,然后检测边缘。使用Roberts梯度检测法。该方法在边缘附近有失真,产生伪边缘。-simulation Edge Detection of C code [original] first image amplification K times, and then detected edge. Use Roberts gradient detection. The method is near the edge of distortion, pse
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1191
    • 提供者:hj
  1. 基于小波变换的多尺度图像边缘检测

    3下载:
  2. 基于小波变换的多尺度图像边缘检测matlab源代码
  3. 所属分类:matlab例程

    • 发布日期:2014-01-20
    • 文件大小:586
    • 提供者:石磊
  1. 基于小波变换模极大的多尺度图像边缘检测matlab源代码

    3下载:
  2. 基于小波变换模极大的多尺度图像边缘检测matlab源代码
  3. 所属分类:图形图象

    • 发布日期:2009-11-21
    • 文件大小:601
    • 提供者:wxw0827
  1. 图像边缘检测自编

    0下载:
  2. 自编图像边缘检测
  3. 所属分类:图形图象

    • 发布日期:2009-05-23
    • 文件大小:914
    • 提供者:shinyjiao
  1. 图像分割边缘检测算法

    0下载:
  2. 图像分割中的边缘检测,各类算子都有。。
  3. 所属分类:GDI/图象编程

  1. 基于小波模极大值的图像边缘检测源码

    1下载:
  2. 本源码来源于硕士生毕业设计的一部分,将小波模极大值引入图像边缘检测,比原有的小波图像边缘检测的速度和性能都有一定的提高,该程序对代码也进行了优化,经过测试,下载后在matlab环境下可直接使用。
  3. 所属分类:图形/文字识别

    • 发布日期:2010-05-15
    • 文件大小:510
    • 提供者:zhusj2010
  1. 图像边缘检测与提取源代码

    3下载:
  2. 用matlab实现图像边缘识别并提取其特征
  3. 所属分类:源码下载

    • 发布日期:2010-09-14
    • 文件大小:62039
    • 提供者:xxlljj
  1. sobel算子 canny算子图像边缘检测程序

    2下载:
  2. sobel算子 canny算子图像边缘检测程序
  3. 所属分类:2D图形编程

    • 发布日期:2010-11-06
    • 文件大小:323
    • 提供者:xzwlww
  1. 图像边缘检测sobel算法

    0下载:
  2. 图像边缘检测sobel算法
  3. 所属分类:GDI/图象编程

    • 发布日期:2011-04-06
    • 文件大小:1175233
    • 提供者:_CEO_Bitch
  1. C# 边缘检测

    0下载:
  2. 不同的方法对图像的边缘进行检测
  3. 所属分类:图形图象

    • 发布日期:2011-05-31
    • 文件大小:127269
    • 提供者:yinuoyongyuan
  1. Em算法在图像边缘检测中的应用

    3下载:
  2. 经典的Em算法的matlab实现,作为示例,演示了EM算法在图像边缘检测中的应用!
  3. 所属分类:图形图像处理(光照,映射..)

  1. matlab 图像处理

    0下载:
  2. 多种图像边缘检测方法
  3. 所属分类:源码下载

  1. 利用roberts、log、canny等算子实现图像边缘检测的MATLAB源代码

    1下载:
  2. 利用roberts、log、canny等算子实现图像边缘检测的MATLAB源代码,The use of roberts, log, canny operator, such as edge detection to achieve the MATLAB source code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-01-25
    • 文件大小:2663
    • 提供者:佟健
  1. houghT.利用霍夫变换进行图像边缘检测的VC++源码

    0下载:
  2. 利用霍夫变换进行图像边缘检测的VC++源码,The use of Hough transform for image edge detection of VC++ source code
  3. 所属分类:图形图象

    • 发布日期:2017-03-22
    • 文件大小:14855
    • 提供者:赵平
  1. 多尺度边缘检测实例

    2下载:
  2. 一个多尺度边缘检测实例,方法是: 1、先对图像进行3个尺度的小波变换; 2、求小波系数的模值及其梯度方向; 3、确定模的极大值,即候选边缘点; 4、通过反变换合成3个尺度的模的极值图像,A multi-scale edge detection example, the method is: 1, first image of the three-scale wavelet transform 2, and the modulus value of wavelet coefficient and
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-22
    • 文件大小:8373
    • 提供者:zsy
  1. steger

    3下载:
  2. 使用matlab语言编程的steger图像边缘检测算法,不仅可以检测图像边缘中心,对于图像边的两侧,只要调整好参数也可以达到目标。-Matlab programming language used steger image edge detection algorithm, not only can detect the image edge centers, on both sides of the edge of the image, as long as the adjustment pa
  3. 所属分类:matlab

    • 发布日期:2017-03-15
    • 文件大小:23702
    • 提供者:zh
  1. yanwujice

    1下载:
  2. 基于opencv 的烟雾检测能实现图像边缘检测等实时监控-Opencv smoke detection based on image edge detection, to achieve real-time monitoring
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-09
    • 文件大小:1384085
    • 提供者:联系哦
  1. Image-Edge-Detection-Using-Ant-Colony-Optimization

    1下载:
  2. This a demo program of image edge detection using ant colony, based on the paper, "An Ant Colony Optimization Algorithm For Image Edge Detection," 基于蚁群算法的图像边缘检测。IEEE于2008收录的文章.有matlab源程序和“An Ant Colony Optimization Algorithm For Image Edge Detectio
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:306346
    • 提供者:miaosiyi
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com