搜索资源列表

  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代码[原创]

    0下载:
  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 ne
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1191
    • 提供者:hj
  1. 灰度图像边缘检测的函数

    0下载:
  2. 灰度图像边缘检测的函数-gray image edge detection function
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:1349
    • 提供者:空格
  1. 图象边缘检测代c码

    0下载:
  2. 图象边缘检测代c码-Edge Detection of c-generation code
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-12
    • 文件大小:31744
    • 提供者:屈晓超
  1. 图象的边沿检测与提取,轮廓跟踪算法代码

    0下载:
  2. 图像处理程序代码,图像边缘检测与提取,轮廓跟踪算法-image processing code, edge detection and extraction, contour tracking algorithm
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-12
    • 文件大小:31744
    • 提供者:罗丁
  1. 多种图像边缘检测与分割处理

    1下载:
  2. 程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象-code P0401 Not
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:41984
    • 提供者:何问宇
  1. 基于小波变换和模糊算法的医学图像的边缘检测算法

    0下载:
  2. 边缘检测的一些不错的算法,包括很多算子的源代码。机会不容错过。-Edge Detection some good algorithms, including many Operator source. The opportunity should not be missed.
  3. 所属分类:C#编程

    • 发布日期:2024-05-12
    • 文件大小:405504
    • 提供者:yuan
  1. 医学边缘检测

    0下载:
  2. 很好的边缘检测源代码,使用vc++6.0编写,主要用于医学图像的边缘检测-good source edge detection, the use of vc 6.0 preparation, mainly for Medical Image Edge Detection
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-12
    • 文件大小:124928
    • 提供者:宋军
  1. 小波边缘检测

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

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:tian
  1. 三种图像处理

    0下载:
  2. 图像处理最基础的知识,如图像显示、图像边缘检测等。对初学者很有启发作用-image processing most basic knowledge, such as image display, image edge detection. For beginners very instructive role
  3. 所属分类:绘图程序

    • 发布日期:2024-05-12
    • 文件大小:118784
    • 提供者:黄玫
  1. 模拟图像边缘检测的C代码[原创]

    0下载:
  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 ne
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:hj
  1. 图像边缘检测matlab程序

    0下载:
  2. 数字图像处理中用于边缘检测的程序,编程语言matlab
  3. 所属分类:2D图形编程

    • 发布日期:2013-06-02
    • 文件大小:3547
    • 提供者:lidixing2012
  1. canny边缘检测

    0下载:
  2. 彩色图像在HSI模型下的CANNY边缘检测(CANNY edge detection of color images under HSI model)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:tingwwwting
  1. 边缘检测

    0下载:
  2. 提供了使用多种算子,对灰度图像进行边缘检测的方法。检测效果不错,供初学者参考。(A method for edge detection of gray images using multiple operators is presented. Detection effect is good, for beginners reference.)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:685056
    • 提供者:gongdaofu
  1. 图像边缘检测matlab程序

    0下载:
  2. MATLAB canny、sobel等各种边缘检测算子(edge detection using different methods)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:Jermy717
  1. 检查图像边缘

    0下载:
  2. 图像边缘检测,利用视觉工具包进行图像边缘的检测,附带几张例子图片(Image Edge Detection)
  3. 所属分类:LabView

    • 发布日期:2024-05-12
    • 文件大小:650240
    • 提供者:sad1908
  1. 边缘检测

    0下载:
  2. C# 图像处理 ,VS平台实现, 图像边缘检测,可直接用!(C# Image processing, VS platform implementation, image edge detection)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:533504
    • 提供者:丫宝525
  1. 3.24 基于蚁群算法的图像边缘检测

    0下载:
  2. 基于蚁群算法的边缘检测,功能简单,适合新手(Edge detection based on ant colony algorithm, the function is simple, suitable for beginners)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-12
    • 文件大小:29696
    • 提供者:连晓
  1. 基于蚁群算法的图像边缘检测

    0下载:
  2. 基于蚁群算法的图像边缘识别程序,运行即可,附带图片(Image edge recognition program based on ant colony algorithm, just run, with pictures)
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-12
    • 文件大小:51200
    • 提供者:保安小安
« 1 23 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org