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

搜索资源列表

  1. Canny边缘检测

    2下载:
  2. 用vc实现的canny算法提取边缘,达到很好的提取边缘的效果-Use vc to realize Canny arithmetic to detect the edge, and get the good result of extracting the edge.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:164kb
    • 提供者:冯健
  1. Canny

    0下载:
  2. 内附试验图像和用C++实现的源代码,能狠好的实现边缘检测。
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:5.61mb
    • 提供者:晨曦
  1. sobel算子 canny算子图像边缘检测程序

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

    • 发布日期:2010-11-06
    • 文件大小:323byte
    • 提供者:xzwlww
  1. canny_code

    0下载:
  2. 用C语言详细实现了CANNY边缘检测的源码-CANNY edge detection code in C language
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:8.41kb
    • 提供者:c
  1. Canny

    1下载:
  2. 用Canny算子提取图像边缘 边缘检测用Canny算子提取图像边缘 边缘检测-Extracted by Canny edge operator with edge detection operator Canny edge detection of image edge extraction
  3. 所属分类:2D Graphic

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

    0下载:
  2. canny边缘检测不错的程序,仅供大家参考!希望共同学习!-good canny edge detection procedure, for your reference! I hope common study!
  3. 所属分类:2D Graphic

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

    0下载:
  2. canny边缘检测算法,二维,可以进行边缘检测。有需要的人可以继续联系。-canny edge detection algorithm, two-dimensional, edge detection can be carried out. There is need to continue to contact people.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:9.44kb
    • 提供者:luanxinhai
  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
    • 文件大小:122.67kb
    • 提供者:Lu
  1. CannyEdgeDetection

    0下载:
  2. Canny边缘检测的高斯卷积,索贝尔operation.entire代码组成,是在建MATLAB函数任何自由,除了必须改变形象reading.threshold根据图像和被提取的特征。 做检查更新的高斯卷积文件,它比前一个准确 请注意,代码的执行时间是low.This是因为没有内在的功能被使用。 为了提高车速了,请改为内置的功能“conv2“的卷积码 -canny edge detection comprising of gaussian convolution,so
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:837byte
    • 提供者:namind
  1. my_hough

    0下载:
  2. canny算子进行边缘检测,然后用hough算法进行直线检测。-canny operator edge extraction from image, and then use the hough algorithm line detection.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:860byte
    • 提供者:闫世博
  1. MATLABjichulizi

    0下载:
  2. matlab应用里面最基础的几个例子,包括坎尼边缘检测,中值滤波等。、-matlab application inside a few of the most basic examples, including the Canny edge detection, median filtering.and so on。
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-27
    • 文件大小:8.38kb
    • 提供者:zxd
  1. Matlab-program-gray-edge-detection

    0下载:
  2. 本文主要讨论获得图片后如何提取其边界信息,首先利用图像灰度均匀化解决了对比度不清晰的问题,然后利用高斯滤波法对图片进行滤波去噪,进而利用Canny算法实现边缘检测提取边界,该方法与Matlab自带的求边界方法有明显的提高,为利用Matlab程序求图像分形维数提供了更精确的前提。-This article focuses on how to get the image to extract the boundary information, the first to use to the gray
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-09
    • 文件大小:221.5kb
    • 提供者:陈泽奇
  1. source

    0下载:
  2. canny算子实现图像的边缘检测,用于图像的处理-canny operator to achieve image edge detection
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-03
    • 文件大小:55.63kb
    • 提供者:xuyong
  1. canny-laplace-robert-sobel-prewitt

    0下载:
  2. 图像边缘检测 canny,laplace,log,robert,sobel,prewitt,kirsch-Image edge detection;canny,laplace,log,robert,sobel,prewitt,kirsch
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:3.47kb
    • 提供者:李文洋
  1. canny

    0下载:
  2. canny边缘检测,以及在噪声下的处理效果-canny edge deector
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-15
    • 文件大小:6.57kb
    • 提供者:曹风
  1. canny-Edge-detection

    0下载:
  2. 用cany方法对lenna图像进行边缘检测,进行了具体的编程,没有调用matlab的集成的函数-By cany method lenna image edge detection, carried out specific programming, without calling matlab function integration
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-07
    • 文件大小:47.38kb
    • 提供者:wangyouquan
  1. canny

    1下载:
  2. 针对多个通道canny边缘检测然后进行融合的算法-For multiple channels canny edge detection algorithm is then fused...
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-09
    • 文件大小:1.55mb
    • 提供者:olicepan
  1. canny

    0下载:
  2. cimg canny 使用cimg库实现的canny边缘检测方法,需要下载CImg.h文件-cimg canny
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-28
    • 文件大小:1.61kb
    • 提供者:wang
  1. bianyuanjiance--canny

    0下载:
  2. Canny边缘检测算子(Canny,1983;Brady,1984;Canny,1986)可以说是当前最受欢迎的边缘检测技术,它对受白噪声影响的阶跃性边缘是最优的。-Canny edge detection operator (Canny, 1983 Brady, 1984 Canny, 1986) can be said to be currently the most popular edge detection technology, it s a step by the white
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-13
    • 文件大小:2.35kb
    • 提供者:lqsayf
  1. 图像边缘检测多方法对比matlab程序

    0下载:
  2. 使用prewitt、log、canny方法检测边缘,显示图像边缘并可看出不同检测方法的效果
  3. 所属分类:2D图形编程

    • 发布日期:2020-04-09
    • 文件大小:658byte
    • 提供者:msvhgt@163.com
« 12 »
搜珍网 www.dssz.com