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

搜索资源列表

  1. Sobel

    0下载:
  2. 函数功能:对灰度图像进行sobel边缘检测-Functions functions: gray-scale image of the sobel edge detection
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:753
    • 提供者:oundsth
  1. LevelSet_ChunmingLi_v0

    0下载:
  2. 基于灰度图像的目标物的提取、边缘检测、迭代收缩-Extract target grayscale images based on edge detection, iterative shrinkage
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-02
    • 文件大小:813181
    • 提供者:吕孟秋
  1. neural-network

    1下载:
  2. 指出了传统边缘检测算子算法的不足,提出了一种利用基于BP神经网络的数字图像边缘检 测算法,即利用传统边缘检测算子检测出来的图像中像素的灰度的不同比例作为学习训练图像,进行神经网络的学习训练,改变神经网络的结构参数得到神经网络的模型参数,最后给出了BP神经网络实现图像边缘检测的实验研究结果。从实现中可发现,将人们关于边缘特征的先验知识包含在内进行数字图像的边缘检测,能够取得比较好的效果-The paper points out the limitation of the traditional
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:279300
    • 提供者:张倩
  1. CVshowManyImage

    0下载:
  2. 实现了在一个窗口显示多个视频子窗口,能够读入单个的视频或摄像头数据,然后在一个窗口中分别显示原始帧图像、反色图像、灰度图像以及Canny边缘检测图像-Realization of a plurality of video sub-window display window can be read, or a single video camera data, and display the original image frame, anti-color image, gray-scale im
  3. 所属分类:OpenCV

    • 发布日期:2017-05-06
    • 文件大小:1041858
    • 提供者:many
  1. EdgeFinal

    0下载:
  2. 实现灰度图像的几种常用的边缘检测算法,包括:梯度边缘检测算法、Roberts、Sobel、、canny、Prewit和Krisch-Grayscale images of several commonly used edge detection algorithms, including: gradient edge detection algorithm, Roberts edge detection algorithm, Sobel edge detection algorithm, Lap
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:708985
    • 提供者:刘岸明
  1. Edge

    0下载:
  2. 图像处理。C#、.NET 灰度图像处理。边缘检测。包括Roberts Prewitt sobel等算子-Image processing. C#,. NET gray image processing. Edge detection. Including Roberts Prewitt sobel operator, etc.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:67123
    • 提供者:Yixin
  1. demo

    0下载:
  2. 北航图像处理demo,目前集成了从色彩转换、彩色图像处理、灰度图像处理、二值图像处理、阈值分割、边缘检测、数学形态学方法、等多个组件-Northern image processing demo, now integrated from the color conversion, color image processing, gray-scale image processing, binary image processing, thresholding, edge detection, m
  3. 所属分类:Special Effects

    • 发布日期:2017-06-10
    • 文件大小:17104175
    • 提供者:lyw
  1. edge_detection

    2下载:
  2. 本代码比较全面地给出了图像边缘检测常用的各种算法的代码,包括:基于LoG算子边缘检测、基于Canny算子的边缘检测、基于SUSAN算子的边缘检测、基于小波变换模极大值的边缘检测、利用有限冲击响应来提取不同方向边缘、采用灰度形态学膨胀和腐蚀,对图像进行单尺度和多尺度的形态学边缘检测-This code gives a more comprehensive variety of commonly used edge detection algorithm code, including: LoG o
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:141196
    • 提供者:朱玥
  1. bdry_extract_3

    0下载:
  2. 边缘检测,主要用于医学灰度图像的边缘检测,例如IVUS等-boundry extract
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:628
    • 提供者:董路
  1. Image1

    0下载:
  2. 在VC 6.0环境下,用于彩色图像处理,平台搭建多种功能,包括彩色图像边缘检测,图像检测,彩色灰度合并,均值滤波-In VC 6.0 environment for color image processing, platform to build a variety of functions, including color image edge detection, image detection, color gray merger, mean filter
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1974161
    • 提供者:zency
  1. matlab

    0下载:
  2. 基于数字图像跟matlab对车辆空位统计系统的实现,实现灰度图像的二值化,边缘检测等-Based on digital image with matlab of vehicle space statistical system, realize the gray image binarization, edge detection and so on
  3. 所属分类:source in ebook

    • 发布日期:2017-04-29
    • 文件大小:8700
    • 提供者:杨小楠
  1. matlab

    0下载:
  2. 基于数字图像跟matlab对车辆空位统计系统的实现,实现灰度图像的二值化,边缘检测等-Based on digital image with matlab of vehicle space statistical system, realize the gray image binarization, edge detection and so on
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:510833
    • 提供者:杨小楠
  1. OpenCvTest

    0下载:
  2. 用Opencv2.4.9和VC2013写的Opencv入门图像处理程序,主要是读取彩色图像、转化为灰度图像、用Canny算子进行边缘检测、显示各种图像等,是比较好的Opencv入门简单程序。-Written by Opencv2.4.9 and VC2013 Opencv entry image processing program, mainly to read the color image is converted to grayscale images, using Canny edge
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8611788
    • 提供者:江村
  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 2 ... 4 5 6 7 8 910 11 12 13 14 ... 24 »
搜珍网 www.dssz.com