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

搜索资源列表

  1. canny

    0下载:
  2. 运用经典的canny算子,能对图像进行边缘检测-Canny use of the classical operator, able to image edge detection
  3. 所属分类:Graph program

    • 发布日期:2017-05-03
    • 文件大小:1420115
    • 提供者:zhan
  1. ydm

    0下载:
  2. canny边缘检测算子的c源代码-canny edge detection operator of c source code. . . .
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:3433
    • 提供者:en
  1. Canny

    0下载:
  2. canny边缘检测-canny edge detection...........................
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:5546
    • 提供者:fudg
  1. CImageEdgeDetection

    0下载:
  2. 边缘检测代码,包含Sobel、canny等经典边缘检测算子-image edge detection code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:120630
    • 提供者:Snake
  1. canny

    0下载:
  2. canny边缘检测,用来检测图片的边缘 canny边缘检测,用来检测图片的边缘-canny
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2625
    • 提供者:dugumengyouzi
  1. edgeCheck

    0下载:
  2. 边缘检测的源代码。包括sobel prewitt roberts marr canny的。值得下载!-The source code for edge detection. Including sobel prewitt roberts marr canny' s. Worth downloading!
  3. 所属分类:matlab

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

    0下载:
  2. canny 算法,主要用于图像的边缘检测,是经典的一个方法-canny algorithm, mainly used for image edge detection, is a classical method of
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:1241
    • 提供者:刘亦菲
  1. Canny

    0下载:
  2. canny算法,主要是针对边缘检测的算法,比之前边缘检测的方法更有效,方便。-canny algorithm, mainly aimed at edge detection algorithm, edge detection than the previous method is more effective and convenient.
  3. 所属分类:Special Effects

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

    0下载:
  2. 用opencv实现Canny边缘检测 -Canny edge detection using opencv implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:644
    • 提供者:丫丫
  1. Canny(vc)

    0下载:
  2. 基于VC的数字图像的canny边缘检测算法源代码与编译结果-The digital image of the canny edge detection algorithm source code and compile the results based on VC
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:159805
    • 提供者:zyh
  1. edge

    0下载:
  2. C#编写的边缘检测程序,集合了常用的边缘检测算法,高斯,形态学,小波,Canny 等等。-edge-detect algorithms with C#, including useful methods. For example,Gaussian, wavelet,morphology,Canny and etc.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-01
    • 文件大小:125619
    • 提供者:Lu
  1. Canny

    0下载:
  2. Canny 边缘检测算法 检测效果不错,很有用。-Canny Operator is Useful for edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:209894
    • 提供者:kk
  1. canny

    2下载:
  2. canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target im
  3. 所属分类:Graph program

    • 发布日期:2016-01-15
    • 文件大小:185038
    • 提供者:hanyantao
  1. cannywave

    1下载:
  2. 用canny算子边缘检测,以及用db4小波模极大值算法边缘检测,可以直接运行,用的是标准图像Lena-Using canny edge detection operator, and using db4 wavelet modulus maxima algorithm for edge detection, can be run directly, using the standard image Lena
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:1368
    • 提供者:jin jing
  1. Desktop

    0下载:
  2. 能够进行图像的边缘检测,采用canny算法,opencv代码只有短短几行,简单实用-Capable of image edge detection using canny algorithm, opencv code for only a few lines, simple and practical
  3. 所属分类:OpenCV

    • 发布日期:2017-04-04
    • 文件大小:6187
    • 提供者:huyong
  1. CodeInCForEdgeDetectionByCanny

    0下载:
  2. 利用小波变换进行边缘检测,c++编写!希望对大家有用-Code In C++ For Edge Detection By Canny
  3. 所属分类:Graph program

    • 发布日期:2017-03-30
    • 文件大小:449015
    • 提供者:shuji
  1. ColorFeatures

    1下载:
  2. 一种彩色图像的边缘检测算法,检测效果非常好,它是对Canny算法的改进,定位好,相应标准高,检测率高,误检率低-a kind of edge detection algorithm.The algoritlun employs amultpassprocessing approach that re}novesnoisefrom theRGB componentswith apre-filter, with the color edge detector then based on an ext
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:1001276
    • 提供者:朱莉
  1. canny

    0下载:
  2. 实现canny算子边缘检测,是频域增强处理后的在处理。-Achieve canny edge detection operator ,which is enhanced after treatment frequency in treatment.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:3412
    • 提供者:sherryhxp
  1. canny

    0下载:
  2. 数字图像中所使用的canny算子边缘检测-Digital image used in the canny edge detection operator
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:3221
    • 提供者:zc
  1. opencv

    0下载:
  2. 压缩包包括以下几个功能实现的opencv源代码:canny边缘检测算法实现、高斯背景建模、背景差分法实现边缘检测、图像颜色分布直方图的相关处理、人脸识别算法的实现。-Compressed package includes the following functions to achieve the opencv source code: canny edge detection algorithm, Gaussian background modeling, background subtrac
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:6540
    • 提供者:张桦
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com