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

搜索资源列表

  1. Bwboundaries

    1下载:
  2. 有效的边缘检测方法,包括灰度图像和彩色图像的边缘检测方法,并配有示例图片。-Several effective edge detection methods, grayscale and color images can be used.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-01
    • 文件大小:78513
    • 提供者:王孟
  1. pre

    0下载:
  2. 对数字图像进行彩色图像或索引图像转化为灰度图像,二值化,边缘检测等预处理操作-Digital image or a color image is converted to grayscale images indexed image, binarization, edge detection, pre-processing operations
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:478451
    • 提供者:周丹
  1. tuxiangfenge

    0下载:
  2. 简单的图像分割程序。对灰度图像进行滤波操作,然后进行canny边缘检测。-Simple image segmentation program. Gray image filtering operation, then canny edge detection.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-27
    • 文件大小:116284
    • 提供者:王素玉
  1. lindetection

    0下载:
  2. 转化成灰度图像,用prewitt算子进行边缘检测,将峰值点在霍夫空间画出,计算障碍物在视觉传感器中成像的高度-Converted to grayscale images, edge detection prewitt operator, the peak point in the Hough space to draw, calculate obstacle in the visual imaging sensor height
  3. 所属分类:Graph Recognize

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

    0下载:
  2. 对灰度图像进行边缘检测,包括两种边缘检测算子:laplace算子和sobel算子。应用MFC编程-Gray image edge detection, includes two edge detection operator: laplace operator and sobel operator. MFC Application Programming
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8520721
    • 提供者:刘新蕾
  1. Edge-detection

    0下载:
  2. C++实现灰度图像的边缘检测、提取及轮廓跟踪-C++ achieve gray image edge detection, contour extraction and tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:80092
    • 提供者:wlz
  1. grey-piture-processing

    0下载:
  2. 灰度图像的多种处理,包括中值滤波、边缘检测、图像分割等多种图像处理手段-multi-processing of grey pictures, with median filtering, edge detection and image segmentation included.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-27
    • 文件大小:9875204
    • 提供者:林襄
  1. edge-detect

    0下载:
  2. 对灰度图像检测其边缘,主要用于车牌检测。-the function is to detect license plate.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-29
    • 文件大小:118074
    • 提供者:陈俊
  1. d

    0下载:
  2. 图像边缘检测,提取图像边缘部分,显示灰度值图像-Image Edge Detection
  3. 所属分类:DSP program

    • 发布日期:2017-05-01
    • 文件大小:43255
    • 提供者:Dr y
  1. dustremover

    0下载:
  2. 祛除灰尘的例程,用边缘检测和中值滤波检测灰尘,用二值形态学修饰灰尘。适用于显微镜灰度图像。-Remove dust routines, with edge detection and median filtering to detect dust, dust with binary morphology modification. Suitable for microscopic grayscale images.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:755
    • 提供者:wangborui
  1. EDLinesTest

    2下载:
  2. EDLines是一种快速直线检测算子,2012年在ICCV上提出,也是目前处理直线检测最快的算法之一,该算法包含三个步骤:(1)边缘提取:利用Edge Drawing (ED)算法[28,29]从灰度图像中提取边缘片段;(2)线段检测:利用最小二乘法提取直线段;(3)线段确认:遵循Helmholtz定律,从已提取的直线段中摒弃虚假线段。EDLines算法的优越性得益于Edge Drawing (ED)算法能够从灰度图像中准确、快速、稳定地提取出光滑、完整的边缘片段。Edge Drawing (E
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5152794
    • 提供者:zhanglei
  1. haarcascade_eye_tree_eyeglasses

    1下载:
  2. 静态灰度图像里的人眼识别,canny边缘检测-static grey picture which eyedetect
  3. 所属分类:OpenCV

    • 发布日期:2017-05-05
    • 文件大小:104364
    • 提供者:许旭
  1. guoke_picture_input_output

    0下载:
  2. 输入图像,简单二值化图像,求取灰度图像,RGB图像,用不同算法作边缘检测,最后输出图像-Load pictures,bi-value,check the maegins and output new pictues finally
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:680
    • 提供者:唐爱慧
  1. Sobel

    0下载:
  2. 利用VC++实现对灰度图像进行边缘检测,实现Sobel算子-Using VC++ to realize the edge detection of gray image, Sobel operator
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-04
    • 文件大小:6842
    • 提供者:张小卫
  1. Prewitt

    0下载:
  2. 利用VC++实现precitt边缘检测算子,对灰度图像实现边缘检测-Using VC++ to achieve precitt edge detection operator, the gray image edge detection
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-04
    • 文件大小:6862
    • 提供者:张小卫
  1. Roberts

    0下载:
  2. 使用VC++实现Roberts边缘检测算子,实现对灰度图像的边缘检测-Using VC++ to achieve Roberts edge detection operator, to achieve the edge detection of gray images
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-04
    • 文件大小:6844
    • 提供者:张小卫
  1. Laplacian

    0下载:
  2. 利用VC++编程实现Laplacian边缘检测算子,实现对灰度图像的边缘检测-Using VC++ programming to achieve Laplacian edge detection operator, to achieve the edge detection of gray images
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-04
    • 文件大小:6815
    • 提供者:张小卫
  1. Krisch

    0下载:
  2. 利用VC++实现Krisch边缘检测算子,实现对灰度图像的边缘检测-Using VC++ to achieve Krisch edge detection operator, to achieve the edge detection of gray images
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-04
    • 文件大小:6920
    • 提供者:张小卫
  1. ImproveSobel

    0下载:
  2. 对传统的Sobel图像边缘检测算子进行改进,并通过VC++实现对灰度图像的边缘检测-The traditional Sobel image edge detection operator to improve, and through the VC++ to achieve
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-05
    • 文件大小:7178
    • 提供者:张小卫
  1. boundary-detection-for-gray-image

    1下载:
  2. 用于灰度图像的边缘检测,可可应用于焊缝上裂纹-Edge detection of gray image
  3. 所属分类:Special Effects

    • 发布日期:2017-12-13
    • 文件大小:950
    • 提供者:lixuan
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 25 »
搜珍网 www.dssz.com