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

搜索资源列表

  1. compare_of_edge_detect_methods

    0下载:
  2. 讨论和比较了几种常用的边缘检测算子。梯度 算子计算简单 ,但精度不高 ,只能检测出图象大致的轮廓 ,而对于比较细的边缘可能会忽略。Prewitt 和Sobel算子比 Roberts 效果要好一些。LOG 滤波器和 Canny算子的检测效果优于梯度算子 ,能够检测出图象较细的边缘部分。不同的系统 ,针对不同的环境条件和要求 ,选择合适的算子来对图象进行边缘检测。-Discussion and comparison of several commonly used edge detection
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-17
    • 文件大小:156571
    • 提供者:liujia
  1. edge_detect

    0下载:
  2. 利用matlab对图像进行灰度调整、拉伸处理和边缘检测-Use matlab image grayscale adjustment, stretch processing and edge detection
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:820
    • 提供者:zhang
  1. Binocularvision

    0下载:
  2. 这是一篇基于双目视觉的边缘检测算法的论文。写的比较详细,希望对大家有帮助。-Binocular vision-based edge detection algorithm
  3. 所属分类:Document

    • 发布日期:2017-04-02
    • 文件大小:269641
    • 提供者:皮皮鲁
  1. bianyuan_jiance_bijiao

    0下载:
  2. 用六种算子(分别是gabor、拉普拉斯、priwitt、robert、sobel、wallis),对三种图象进行边缘检测比较,强烈推荐哦,是本人的毕业设计中的关键程序-The six operators (respectively gabor, Laplace, priwitt, robert, sobel, wallis), images of three edge detection comparison, strongly recommend Oh, my graduation proje
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:835807
    • 提供者:吴海峰
  1. Cmp_vis_canny

    1下载:
  2. 彩色图像边缘检测(canny 算子,高斯窗口可调)-image edge detection [canny]
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2054
    • 提供者:卢学
  1. canny

    0下载:
  2. 采用canny算法进行边缘检测,寻找输入图像的边缘,并且标志出来-canny algorithm edge detection,can find edge from image and draw it.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-27
    • 文件大小:85302
    • 提供者:笑笑
  1. fuzzyedge

    0下载:
  2. 此程序实现了模糊增强实现图像的边缘检测,利用模糊方法结合边缘检测实现边缘点的提取。-Realize this procedure to enhance implementation of fuzzy image edge detection, the use of fuzzy edge detection methods achieve the extraction of edge points.
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:1635
    • 提供者:李晓非
  1. BianYuanJianCe

    0下载:
  2. 用c#语言对拉普拉斯等各种边缘检测方法进行了实现-Using c# language on a variety of Laplacian edge detection method of implementation
  3. 所属分类:CSharp

    • 发布日期:2017-05-07
    • 文件大小:537313
    • 提供者:张冬冬
  1. Canny

    1下载:
  2. 采用 Canny算发进行边缘检测:寻找输入图像的边缘并在输出图像中标志这些边缘。-Using Canny edge detection operator for hair: look for the edge of the input image and logo in the output of these edge images.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:85029
    • 提供者:张济伟
  1. Canny

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

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

    0下载:
  2. 山 东 大 学 硕 士 学 位 论 文:图像边缘检测算法的研究本 文 分 为 七 个 部 分 。第一部分首先阐述了课题的研究背景、意义以 及该领域的发展现状;第二部分介绍了几种经典的边缘检测方法,给出 了这些方法的图像边缘检测结果,并且进行了相关的分析比较;第三部 分阐述了BP 神经网络的结构以及数学模型等相关知识;第四部分具体 介绍了一种新的基于统计向量和BP 神经网络的边缘检测方法;第五部 分介绍了一种有效的边缘细化算法,它可以对新方法得到的图像边缘进 一步处理以达到
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:172650
    • 提供者:swx
  1. edgedetection2003

    0下载:
  2. 数字图像的边缘检测 本科毕业设计(边缘检测是数字图像处理中的重要内容。本文首先对图像的边缘检测的各种算法和算子做了总结和分析。Canny最早提出了边缘检测的三条连续准则:最优检测结果、最优定位和低重复响应,并在这些准则的基础上得到了“最优线性滤波器”―高斯函数的一阶导数。经过十几年的发展,目前已经有了对这个准则的很多改进,本文也对这个方面的工作做了小结。Demigny在理论分析和实践的基础上给出了边缘检测的离散准则,并且证明在离散准则中Canny提出的第三个准则可以被阀值操作所取代。本文利用
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1397911
    • 提供者:swx
  1. matlab_binyuanjianche

    1下载:
  2. 利用边缘检测算法各种算子处理图像,提取图像轮廓-using a variety of operator of edge detection algorithm process images, and extract image contours
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:542
    • 提供者:328087418
  1. gabor

    0下载:
  2. 基于生物视觉的Gabor滤波器在图像边缘检测的应用-Based on biological vision Gabor filter in the application of image edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1682
    • 提供者:guomin
  1. MedicalImageProcessing

    0下载:
  2. 医学图像处理:P0701:细胞边缘检测;702:癌细胞形态学分析;P0703:癌细胞颜色分析-Medical Image Processing: P0701: cell edge detection 702: morphological analysis of cancer cells P0703: color analysis of cancer cells
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:63838
    • 提供者:无理取闹
  1. Imagequalityevaluation

    5下载:
  2. 包含了主要的图像质量评价的matlab源程序。图像熵,图像的方差和,以及基于边缘检测算子的质量评价函数。-Contains the main image quality evaluation of the matlab source code. Image entropy, variance and images, as well as edge detection operator based on the quality of the evaluation function.
  3. 所属分类:Graph program

    • 发布日期:2015-02-21
    • 文件大小:2694
    • 提供者:巫军
  1. cannyfinal

    0下载:
  2. 边缘检测对于图像理解、目标检测、跟踪等问题非常重要,该代码实现了canny算子做边缘检测-Edge detection for image understanding, target detection, tracking a very important issue, the code implementation of the canny edge detection operator to do
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-14
    • 文件大小:2927
    • 提供者:张妍妍
  1. coloredgedetection

    1下载:
  2. 基于形态学的彩色边缘检测,首先在RGB空间对原彩色图像的R,G,B三副伪彩色图像分别进行形态学边缘检测,然后对三副图像的边缘强度进行合并,采用阈值分割法提出图像的轮廓边缘。-Based on morphological edge detection of color, first of all in RGB space to the original color image of the R, G, B three pseudo-color image, respectively, morpho
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:582
    • 提供者:jff
  1. ImageProcessing

    0下载:
  2. Hough变换,边缘检测,差影法,轮廓提取与跟踪,模板匹配,投影法,图像复原,阈值分割和种子填充的源码。-Hough transform, edge detection, bad video method, contour extraction and tracking, template matching, projection method, image recovery, threshold segmentation of the source and seed filling.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4782819
    • 提供者:胡春梅
  1. imagesegmentationalgorithms

    0下载:
  2. 包括各种边缘检测以及图像分割的算法,对灰度及彩色图像的分割很有用-Include a variety of edge detection and image segmentation algorithms, on the gray scale and color image segmentation is useful
  3. 所属分类:Special Effects

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