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

搜索资源列表

  1. Canny算子与边缘检测

    0下载:
  2. Canny算子与边缘检测,一个用完整的图像边缘提取算法-Canny operator and edge detection, complete with an Image Edge Extraction Algorithm
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:2212451
    • 提供者:李明辉
  1. 图象的边缘检测与提取,轮廓跟踪代码

    0下载:
  2. 看看,一个图象处理程序哦,挺多功能 图象的边缘检测与提取,轮廓跟踪代码-see an image processing procedures Oh, Ting multifunctional image edge detection and extraction, contour tracking code
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:24741
    • 提供者:钱钱
  1. 边缘检测及轮廓跟踪

    0下载:
  2. 边缘检测及轮廓跟踪 C程序设计对数字图象进行边缘提取,其中包括了多个常用的算子,还包括了拉氏锐化.-edge detection and tracking C Contour Design of digital images from the edge, which included a number of commonly used operator, Rumsfeld also includes sharpening.
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:31866
    • 提供者:孙东辰
  1. 边缘检测 轮廓提取

    0下载:
  2. 各种边缘检测 ,轮廓提取方法
  3. 所属分类:源码下载

  1. log边缘检测

    0下载:
  2. 边缘检测是图像处理和计算机视觉中的基本问题,边缘检测的目的是标识数字图像中亮度变化明显的点。图像属性中的显著变化通常反映了属性的重要事件和变化。 这些包括(i)深度上的不连续、(ii)表面方向不连续、(iii)物质属性变化和(iv)场景照明变化。 边缘检测是图像处理和计算机视觉中,尤其是特征提取中的一个研究领域。 图像边缘检测大幅度地减少了数据量,并且剔除了可以认为不相关的信息,保留了图像重要的结构属性。有许多方法用于边缘检测,它们的绝大部分可以划分为两类:基于查找一类和基于零穿越的一类。基于
  3. 所属分类:源码下载

  1. LicensePlate.rar

    2下载:
  2. Visual C++写的车牌自动识别系统(只完成到车牌定位提取一步,字符的识别没有完成,大家有兴趣可以自己完成),功能包括前期图像处理的各种操作,支持各种颜色的bmp图片,二值化、边缘检测、滤波、平滑、直方图处理等等,测试图片也打包进源码了,Visual C++ Written Automatic Vehicle Identification System (only one step to extract license plate location, character identifica
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2015-09-16
    • 文件大小:1909782
    • 提供者:wuyiliang
  1. 完成光流法算法用于图像边缘的提取

    0下载:
  2. 完成光流法算法。用于图像边缘的提取,运动目标的检测。-Optical flow algorithm to complete. For image edge extraction, the detection of moving targets.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-22
    • 文件大小:2056
    • 提供者:杨光明
  1. EdgeContour

    0下载:
  2. VC数字图像处理典型算法及实现,完整的源码,主要算法有:Robert 算子,Sobel 算子,Prewitt 算子,Kirsch 算子,Gauss-Laplace 算子实现边缘检测 Hough变换,轮廓提取,轮廓跟踪-VC typical digital image processing algorithm and the realization of the complete source code, the main algorithm are: Robert operator,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3987811
    • 提供者:lgy
  1. ex4_061221015

    1下载:
  2. 实验内容:编制一个通用的边缘提取函数,通过输入不同的参数,能够实现Sobel算子、Prewitt算子、Roberts算子、Marr算子和Canny边缘检测-Experimental contents: the preparation of a generic edge detection function, by entering different parameters, to achieve Sobel operator, Prewitt operator, Roberts operator
  3. 所属分类:Special Effects

    • 发布日期:2016-05-23
    • 文件大小:918643
    • 提供者:da
  1. matlab-susan

    4下载:
  2. 图像处理中,一种新的边缘检测,特征点提取方法,算法经过测试,可以运行,对医学图像处理的人有帮助-Image processing, a new edge detection, feature point extraction method, the algorithm has been tested, you can run on the medical image processing to help the people
  3. 所属分类:Graph program

    • 发布日期:2015-04-13
    • 文件大小:23519
    • 提供者:zhaotao
  1. snake

    0下载:
  2. 利用snake算法实现数字图像的边缘检测,图像分割以及特征提取-Snake algorithm using digital image edge detection, image segmentation and feature extraction
  3. 所属分类:Graph program

    • 发布日期:2017-03-25
    • 文件大小:167437
    • 提供者:summer
  1. Visual C++ for image processing -v2

    0下载:
  2. 《 Visual C++数字图像处理(第二版)》一书源代码 该书主要讲述如何使用Visual C++进行数字图像处理。全书共11章,分别介绍了图像的点运算、几何变换、正交变换、图像增强、腐蚀算法、膨胀算法、细化算法、边缘检测与提取、轮廓跟踪、图像分析、图像复原和图像的压缩编码技术,对每种常用的数字图像处理方法,本书都提供了完整的源代码。 本书内容丰富,叙述详细,实用性强,适合于数字图像处理工作者阅读参考。- How "Visual C Numeral Picture Processing (Se
  3. 所属分类:Graph program

    • 发布日期:2017-11-09
    • 文件大小:6281138
    • 提供者:刘宏
  1. eagedetectandfigureoperate

    0下载:
  2. 图像边缘与轮廓运算包括 // RobertDIB() - robert边缘检测运算 // SobelDIB() - sobel边缘检测运算 // PrewittDIB() - prewitt边缘检测运算 // KirschDIB() - kirsch边缘检测运算 // GaussDIB() - gauss边缘检测运算 // HoughDIB() - 利用Hough变换检测平行直线 // ContourDIB() - 轮廓提取 // Trace
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:5069
    • 提供者:kelly
  1. 416950642005527163923

    0下载:
  2. 图形分割 边缘检测 轮廓提取 边缘跟踪 种子填充 区域生长等功能-Graphic segmentation edge detection contour extraction of seed filling edge tracking features such as region growing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2741550
    • 提供者:小五子
  1. composition_eige_detect4_paper

    0下载:
  2. 基于Canny算子的图像边缘检测与提取的算法--- 论文,对模式识别的朋友会有很大帮助,拿来与大家分享,希望能够用的上!-Canny operator based on image edge detection and extraction algorithms--- papers on pattern recognition would be of considerable help of friends, used to share with you, hoping to use the!
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-16
    • 文件大小:165823
    • 提供者:meng fanrong
  1. leogic

    0下载:
  2. 一、图像边缘检测里边包含3个程序: 1.边缘检测程序,包括robert 算子,sobel 算子,prewitt算子,gauss-laplace算子 2.hough变换检测直线 3.轮廓提取程序 二、图像配准程序 包括1个程序 三、图像复原程序 里边重点实现了由运动模糊造成的图像复原的算法。 上传作者简介:图像处理专业博士研究生。 恳请版主批准同意。谢谢!-edge detection image contour extraction hough tr
  3. 所属分类:Graph program

    • 发布日期:2017-05-13
    • 文件大小:2663645
    • 提供者:leogic
  1. edge

    0下载:
  2. 边缘检测,提取边缘,能够检测边缘,很好的把图像边缘找出来-edge detect
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:2598
    • 提供者:sunhui
  1. 边缘检测特征提取

    2下载:
  2. 本程序是使用Matlab编写的对于图像的边缘检测特征提取,很实用的。(This procedure is written using Matlab, for the image edge detection, feature extraction, it is practical.)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:4169728
    • 提供者:星儿
  1. 预处理+边缘特征提取+形心骨架模型

    2下载:
  2. 内含检测视频,用于特征的提取,使用的matlab 软件,功能非常强大(Embedded detection video, used for feature extraction, matlab software, is very powerful)
  3. 所属分类:图形图像处理

  1. 20-canny边缘检测

    0下载:
  2. 利用canny算法进行边缘检测,寻找图像中的轮廓,并进行后期的处理(Edge detection is done by using Canny algorithm, and the contour is found and processed later.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:5856256
    • 提供者:zz_neuer
« 12 3 4 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com