CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - image edge detection

搜索资源列表

  1. edge.rar

    0下载:
  2. opencv c++将彩色图像转换为灰度图像进行边缘检测,,opencv c++ to convert color images to gray-scale image edge detection,
  3. 所属分类:Special Effects

    • 发布日期:2017-03-21
    • 文件大小:809
    • 提供者:wangwei
  1. Edge-Detection-Color

    1下载:
  2. 主要是关于彩色图像边界提取的源代码。里面包含有待处理的图片以及所有的源代码,即M文件。-Mainly on the color image edge extraction of the source code. Which contains the picture to be addressed, as well as all the source code, that is, M documents.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1034008
    • 提供者:fanchao
  1. Edge-Detection-Segmentation

    1下载:
  2. 利用边缘检测及梯度信息进行图像分割的源码-Using edge detection and gradient information source for Image Segmentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1430489
    • 提供者:Brad Bibson
  1. Edge-Detection

    0下载:
  2. vc++实现六种图像边缘检测算法对比。包括:kirsch,Laplacian,LOG,Prewitt,Robert,Sobel.-vc++ to achieve the six contrast image edge detection algorithm. Including: kirsch, Laplacian, LOG, Prewitt, Robert, Sobel.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1422315
    • 提供者:李焕
  1. Image-Edge-Detection

    0下载:
  2. 提出一种在噪声条件下将中值滤波与Sobel、Canny算子相结合进行图像边缘检测的方法。首先,采用中值滤波对图像进 行平滑处理,再利用Sobel、Canny算子检测图像边缘。仿真实验表明。该方法对图像边缘检测精度较高,抗噪声性能强,可 提高图像边缘检测效果。-This article proposed an image edge detection method based on the median value filter,Sobel and Canny Operator und
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:238190
    • 提供者:王文
  1. color-fruit-image-edge-detection

    0下载:
  2. 程序由VC++结合OpenCVS编写实现,彩色水果图像的边缘检测,可以用于图像处理编程-color fruit image edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1559554
    • 提供者:吴争
  1. Image-edge-detection

    0下载:
  2. 图像边缘检测方法的综述,详细讲述几种经典算法与它们之间的比较-The image edge detection methods were reviewed
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2507867
    • 提供者:路亮
  1. 19-281

    0下载:
  2. Image Edge Detection Using Ant Colony Optimization
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:878639
    • 提供者:
  1. image-edge-detection

    0下载:
  2. 这是用matlab代码实现的对图像的边缘检测,标示出图像中变化明显的点。-This is achieved using matlab code for image edge detection, and marked changes in the image point.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:14546
    • 提供者:betty
  1. Image-edge-detection-and-enhancement

    0下载:
  2. 图像边缘检测与增强,用于应付数字图像处理的课程设计,效果还过得去-Image edge detection and enhancement
  3. 所属分类:Special Effects

    • 发布日期:2017-11-04
    • 文件大小:1011646
    • 提供者:lidixing
  1. color-image-edge-detection

    0下载:
  2. 通过彩色图像存在梯度,在RGB彩色空间中,定义的一种彩色图像梯度边缘检测方法-color image edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:619
    • 提供者:linda
  1. Image-Edge-Detection

    0下载:
  2. 几种图像边缘检测算法,内含具体的例子,检测效果很好-Several image edge detection algorithm, contains specific examples, detection works well
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:138667
    • 提供者:杨秀芳
  1. image-edge-detection

    0下载:
  2. 运用matlab自带的函数进行图像的边缘检测 和图像边缘检测的介绍-Use matlab function comes the introduction of the image edge detection and image edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:1867
    • 提供者:zi
  1. Image-Edge-Detection

    0下载:
  2. 图像的边缘检测,包含多种算子!! !!效果很好。Image Edge Detection -Image Edge Detection
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:311346
    • 提供者:高用贺
  1. matlab-Image-Edge-Detection-

    0下载:
  2. 图像边缘检测,利用灰度梯度进行边缘检测,得到误差在一定范围内的灰度矩阵即两个图形可以进行配对-Image edge detection, the edge detection using the gray gradient obtained in a range of error is the gray pattern matrix that can be paired two
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:6785
    • 提供者:宋佳佳
  1. Some-code-image-edge-detection

    0下载:
  2. 最近在学习图像分割,这里是冈萨雷斯matlab版中的一些图像边缘检测的代码,包括harris,susan,robert,sobel,prewitt,log,以及图像的多层小波分解的代码。-Recent study of image segmentation, here is Gonzales matlab version of some of the image edge detection code, including harris, susan, robert, sobel, prewit
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:3447
    • 提供者:返璞归真
  1. An-image-edge-detection-algorithm

    0下载:
  2. 一种图像边缘检测算法,基于canny的边缘检测算法-An image edge detection algorithm based on canny edge detection algorithm. . .
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1717
    • 提供者:haojianbo
  1. Image-edge-detection

    1下载:
  2. 此程序是基于蚁群算法的图像边缘检测,matlab 文件,有例图和结果-This procedure is the image edge detection based on ant colony algorithm, matlab file, is illustrated and results
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:19402
    • 提供者:dqme525
  1. Image-edge-detection

    0下载:
  2. 基于蚁群算法的图像边缘检测,运用于图像图形处理等方面-Image edge detection based on ant colony algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-06-17
    • 文件大小:26826225
    • 提供者:奕雪 林
  1. edge detection

    0下载:
  2. 用于图像边缘检测以及实现Otsu法阈值分割图像等(Used for image edge detection and the realization of the Otsu method threshold segmentation image)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:v鹏子
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com