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

搜索资源列表

  1. canny

    0下载:
  2. 边缘检测的canny算子,可以很好地检测图像的边缘,而且有效地降低了噪声。-The canny edge detection operator, can detect the image edge well, but also effectively reduces noise.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1225
    • 提供者:吕晋普
  1. DIP_Exercise4_071221057

    1下载:
  2. 实验内容 编制一个通用的边缘提取函数; 通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测。 -The content of the preparation of a common experimental edge detection function by entering different parameters, to achieve Sobel operator, Prewitt operator, Rob
  3. 所属分类:Special Effects

    • 发布日期:2015-06-05
    • 文件大小:318836
    • 提供者:lyp
  1. canny

    0下载:
  2. 边缘检测 算法实现过程 可以执行 效果不错-eage detec
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:293850
    • 提供者:xuzhenxing
  1. VC_call_matlab_canny_edge_detection

    0下载:
  2. vc++调用matlab的图像处理工具箱进行canny边缘检测,附有文档及源码-vc++ call matlab toolbox to do canny edge detectin
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:194283
    • 提供者:不倒翁
  1. canny

    0下载:
  2. 本代码提高了图像处理中最经典的canny边缘检测算法-This code improves the image processing of the most classic canny edge detection algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-04-08
    • 文件大小:621
    • 提供者:李咋
  1. Canny

    0下载:
  2. Canny边缘检测,及提取,轮廓跟踪 注意事项: 运行时,文件c:\test.bmp必须存在 -Canny edge detection, and extraction, contour following precautions: run-time, file c: \ test.bmp must exist
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4004354
    • 提供者:小紫英
  1. Canny

    0下载:
  2. Canny边缘检测,已在VS05上编译过了。-Canny edge detection, has been compiled in VS05 before.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-29
    • 文件大小:11398949
    • 提供者:jack
  1. Canny

    0下载:
  2. Canny边缘检测算法,已经试过,可以用。能较好的检测边缘。-Canny edge detection algorithm, has been tried, you can use. To better edge detection.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3306753
    • 提供者:zxf
  1. canny

    0下载:
  2. canny边缘检测将输入写入一个单通道(灰度级)图像-canny edge detection to enter the writing of a single channel (grayscale) image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:886
    • 提供者:郭攀
  1. CannyEdgeDetection

    1下载:
  2. canny算子的边缘检测,在matlab环境下实现对图像的边缘检测-canny edge detection operator in matlab environment to realize the edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:2391
    • 提供者:樵飞
  1. Canny

    0下载:
  2. 使用vs2008进行canny边缘检测,用于计算机视觉方面的编程.-The canny edge detection using vs2008, visual programming for the computer.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4601349
    • 提供者:allen
  1. canny

    0下载:
  2. Canny边缘检测将输出写入一个单通道(灰度级)图像-Canny edge detection to write output to a single channel (grayscale) image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1228
    • 提供者:刘静
  1. Canny-edge-detection

    0下载:
  2. canny边缘检测,能运行,效果还不错,大家可以试试看-canny edge detection, can run, the results were good, we can give it a try
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:88959
    • 提供者:lipeng
  1. canny

    0下载:
  2. 利用canny算子对lena原图进行canny边缘检测, 可以变换阈值进而得到不同的边缘-Lena by canny operator of the original image for canny edge detection, you can change the threshold and then get a different edge
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:215589
    • 提供者:sunxiaowen
  1. test01-Canny

    0下载:
  2. 基于dm6437的canny边缘检测源码-The canny edge detection on dm6437 source
  3. 所属分类:DSP program

    • 发布日期:2017-03-30
    • 文件大小:534170
    • 提供者:贺云飞
  1. edge_detection

    0下载:
  2. 各种边缘检测算子实现,包括sobel,prewitt,robert,marr(loG),canny算子,其中canny算子的实现采用了自己编制的算法-Implementation of various edge detection operators, including sobel, prewitt, robert, marr (loG), canny operator, which canny operator prepared to achieve their own algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:41259
    • 提供者:好时
  1. prog

    1下载:
  2. 基于小波变换的边缘检测。和canny检测相比能很好的检测出图像的边缘-Wavelet-based edge detection. And canny detection can be very good compared to detect image edge
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:58928
    • 提供者:梦轩
  1. canny

    0下载:
  2. 这是一个canny边缘检测程序,通过设置不同的阈值进行效果比较!-this is a edge detection algorithm, and we can campare the effection with defferenc value
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:28283
    • 提供者:zzgzzg99
  1. imageEdgeDetect

    0下载:
  2. edge_detect.m : 图像边缘检测 其中使用 梯度算子边缘检测 : roberts算子、prewitt算子、Sobel算子、Canny算子 二阶微分算子法 : 拉普拉斯高斯算子、canny算子 lenna.bmp : 原始灰度图片 实验结果文件夹 : 保存了实验过程中生成的图像和程序流程图-edge_detect.m: edge detection which uses the gradient operator edge detection:
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:388874
    • 提供者:许胜强
  1. canny-web

    0下载:
  2. Canny 边缘检测算子是John F. Canny于 1986 年开发出来的一个多级边缘检测算法。更为重要的是 Canny 创立了边缘检测计算理论(Computational theory of edge detection)解释这项技术如何工作。-Canny edge detection operator is the John F. Canny in 1986, developed a multi-level edge detection algorithm. More important
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3869527
    • 提供者:joseph
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com