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

搜索资源列表

  1. canny

    0下载:
  2. canny边缘检测代码,实现检测图像的边缘信息,可以提取出图像的边沿-Canny edge detection code to detect the edge of the image information, you can extract the edge of the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2994
    • 提供者:zz
  1. canny-edge-detecction

    0下载:
  2. canny边缘检测,Canny 算法适用于不同的场合。它的参数允许根据不同实现的特定要求进行调整以识别不同的边缘特性。对于PC上的实时图像处理来说可能慢得无法使用,尤其是在使用大的高斯滤波器的情况下。但是,我们讨论计算能力的时候,也要考虑到随着处理器速度不断提升,有望在未来几年使得这不再成为一个问题。-canny edge detection, Canny algorithm is suitable for different occasions. It allows the parameter
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:132329
    • 提供者:张聪
  1. Canny

    0下载:
  2. anny边缘检测算子是John F. Canny于 1986 年开发出来的一个多级边缘检测算法。 Canny边缘检测算法: step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向; step3:对梯度幅值进行非极大值抑制; step4:用双阈值算法检测和连接边缘。-anny edge detection operator is John F. Canny developed in 1986 out of a multi-level
  3. 所属分类:Graph program

    • 发布日期:2017-05-05
    • 文件大小:108736
    • 提供者:wang
  1. canny

    0下载:
  2. 利用canny边缘检测算子实现边缘检测,能够显示最终边缘检测效果图-Edge detection using canny edge detection operator
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:6468298
    • 提供者:淡淡如烟
  1. Canny

    0下载:
  2. 在matlab中实现canny边缘检测算法,并于自带canny算法作对比-Canny edge detection algorithm in matlab, and to bring the canny algorithm is compared
  3. 所属分类:Special Effects

    • 发布日期:2017-05-05
    • 文件大小:244905
    • 提供者:王新艳
  1. Canny-edge-detection

    0下载:
  2. canny边缘检测,边缘检测的目的是在保留原有图像属性的情况下,显著减少图像的数据规模。目前有多种算法可以进行边缘检测,虽然Canny算法年代久远,但可以说它是边缘检测的一种标准算法,而且仍在研究中广泛使用。-Canny edge detection,The purpose of edge detection is to significantly reduce the size of the image by preserving the original image attributes.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-13
    • 文件大小:121451
    • 提供者:齐畅
  1. Canny-edge-detection

    0下载:
  2. canny边缘检测,实例代码,亲测可用,欢迎下载-Canny edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-12-16
    • 文件大小:1251328
    • 提供者:冯静
  1. zj_canny.m

    0下载:
  2. 利用传统canny算法进行边缘检测,详细(Edge detection using traditional Canny algorithm in detail)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:脆脆鲨
  1. 1.3 图像的边缘检测

    0下载:
  2. 1.3-1 a=imread('xinglong.jpg'); a=rgb2gray(a); e=log_edge(a,0.25) 1.3-2 a=imread('lena.bmp'); e=canny_edge(a,0.25); 注:该程序要求输入的图像的长、宽应相等。 1.3-3 为1.3-2的子程序 1.3-4 im=imread('lena.bmp'); image_out = susan(im,0.25); 1.3-5 为1.3-4的子程序
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:145408
    • 提供者:张继刚123
  1. canny算子进行边缘检测的源代码

    1下载:
  2. 对于现有canny算子进行了一定的改进,使得效果更好(Some improvements have been made to the existing Canny operator, which makes the effect better)
  3. 所属分类:图形图像处理

  1. canny_hough_DM642

    0下载:
  2. dm642平台下的canny边缘检测以及hough线检测程序(dm642 platform, canny edge detect and hought line detect)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:779264
    • 提供者:yuem
  1. Canny

    0下载:
  2. canny算子边缘检测,实现了canny算子边缘检测,是图像处理中的基础内容(canny operator edge detection, to achieve the canny operator edge detection, is the basic content of image processing)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:4109312
    • 提供者:于大白
  1. PA_Features

    0下载:
  2. 详细的canny算子算法进行图像的边缘检测,内附图片检测效果(Detailed Canny operator algorithm for image edge detection, containing the picture detection effect)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-27
    • 文件大小:4339712
    • 提供者:ljLJ
  1. canny

    0下载:
  2. canny边缘检测,传统边缘检测算法的研究,试图将独立边的候选像素拼装成轮廓(Edge detection; traditional algorithm)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-29
    • 文件大小:11264
    • 提供者:佰草集
  1. canny

    0下载:
  2. 图像的边缘检测的原理是检测出图像中所有灰度值变化较大的点,而且这些点连接起来就构成了若干线条,这些线条就可以称为图像的边缘。(The principle of edge detection of an image is to detect all the changes in the gray value of the image, and these points are connected to form a number of lines, these lines can be calle
  3. 所属分类:OpenCV

    • 发布日期:2017-12-23
    • 文件大小:4096000
    • 提供者:satchel
  1. canny_edge

    0下载:
  2. 一个源代码,可以实现Canny算子图像的边缘检测,(A source code, you can achieve Canny operator image edge detection,)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:鹤鹤1
  1. 作业3

    0下载:
  2. 使用matlab自带的rice图像进行边缘检测(using the rice image from matlab platform as a sample image.detect deges of this image by using canny dege detection method and segment tihs image using watershed method)
  3. 所属分类:其他

    • 发布日期:2018-01-03
    • 文件大小:496640
    • 提供者:mrsun
  1. canny

    1下载:
  2. 基于python语言的canny使用,对图片进行边缘检测,提取图片的边缘曲线(Canny based on the Python language, edge detection of the image, extract the edge of the image curve)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:9216
    • 提供者:总队长
  1. canny

    0下载:
  2. Canny 的目标是找到一个最优的边缘检测算法,最优边缘检测的含义是: (1)最优检测:算法能够尽可能多地标识出图像中的实际边缘,漏检真实边缘的概率和误检非边缘的概率都尽可能小。本程序利用Canny算子实现图像边缘的提取(Image edge extraction by Canny operator)
  3. 所属分类:OpenCV

    • 发布日期:2018-01-10
    • 文件大小:6024192
    • 提供者:moon0704
  1. 边缘检测

    0下载:
  2. 边缘检测算子测试,以及对比。包括有Roberts,Canny,Sobel 等算子(Edge detection operator test and contrast.including Roberts,Canny and so on)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-10
    • 文件大小:5120
    • 提供者:WEI19941010
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com