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

搜索资源列表

  1. 图形图象处理之边缘检测

    0下载:
  2. 这也是图形与图象处理中方面的---边缘检测;包括:Roberts边缘算子,Sobel边缘检测算子,Kirsch边缘检测算子,拉普拉斯算子,高斯拉普拉斯算子。-graphics and image processing -- the edge detection; : Roberts edge operator, Sobel edge detection operator, Kirsch edge detection operator, Laplacian, Gaussian Laplace op
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:206613
    • 提供者:王云华
  1. 边缘检测程序

    1下载:
  2. 该程序主要包含了图像边缘检测的集中常用的方法,如sobel, Ccanny, kirsch等等的源代码,希望能对大家有所帮助dene-the program mainly includes the Edge Detection concentration commonly used methods, such as segmentation, Ccanny. "The source code, etc., we hope to help Dene
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:575559
    • 提供者:hua
  1. VC_Sobel_Kirsch

    0下载:
  2. 基于VC的SOBEL和Kirsch边缘检测算子的实现,可自行添加相关算子。-based VC SOBEL and Kirsch edge detection operator, which could be added to the relevant operator.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:67095
    • 提供者:zhanghl
  1. SobelKirsch边缘检测

    0下载:
  2. Sobel/Kirsch边缘检测算法VC下可视化实现-Sobel / Kirsch edge detection algorithm VC Visual Realization
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:568885
    • 提供者:林沂蒙
  1. Sobel-Kirsch

    0下载:
  2. Sobel和Kirsch的边缘检测算法-Sobel Edge Detection Algorithm
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:566629
    • 提供者:陈琦
  1. Kirsch

    0下载:
  2. 对输入的图象用Kirsch算子进行边缘检测,参数K用来调整边缘的多少
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:181552
    • 提供者:文华
  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. imageview

    0下载:
  2. 图象处理程序,提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-Image processing procedures, provided the image histogram equalization, robert, sobel, prewitt, kirsch, gauss edge detection
  3. 所属分类:Graph program

    • 发布日期:2017-11-12
    • 文件大小:539247
    • 提供者:lukecheng
  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. EdgeContour

    0下载:
  2. 数字图像处理中的基本边缘检测算法的实现,包括Robert、Sobel、Prewitt、Kirsch等边缘检测算子的实现,还包括用Hough变换检测直线。-Digital image processing in the basic edge detection algorithm, including Robert, Sobel, Prewitt, Kirsch edge detection operator such as the realization, but also a straight
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:110261
    • 提供者:caonimabitoo
  1. 112213

    0下载:
  2. 本文首先就传统的边缘检测算子(即一阶算子 Roberts 算子、Sobel 算子、Prewit 算子、二阶算子 Kirsch 算子、Robinson 算子和 LOG 算子)和新兴的边缘检测算子(即 Canny 算子和小波边缘检测方法)的思想和性质进行了理论和探讨,同时给 出了这些边缘检测算子的实验结果,提出了其中的不足。-In this paper, the conventional edge detection operator (that is, the first-order op
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1716599
    • 提供者:chris
  1. FCK

    0下载:
  2. 快速KIRSCH算子,进行边缘检测,,对图像处理意义重大-KIRSCH fast operator for edge detection, image processing is significant for
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:618
    • 提供者:liyoo
  1. bianyuan

    0下载:
  2. 个人的经典收藏图像处理的边缘检测算法里面有roberts,sobel,拉普拉斯,prewitt,robinson,kirsch,smoothed等几种算法-Personal collection of classic image processing algorithm for edge detection there roberts, sobel, laplace, prewitt, robinson, kirsch, smoothed several algorithms, such as
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:259323
    • 提供者:qlhycf
  1. EdgeContour

    0下载:
  2. 边缘检测包括:Roberts边缘算子,Sobel边缘检测算子,Kirsch边缘检测算子,拉普拉斯算子,高斯拉普拉斯算子。霍夫变换,种子填充,轮廓跟踪和轮廓提取。-Edge detection, including: Roberts edge operator, Sobel edge detection operator, Kirsch edge detection operator, Laplacian, Laplacian of Gaussian. Hough transform, seed
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2234173
    • 提供者:陈飞
  1. edgedetect

    0下载:
  2. 基于遗传算法的图像边缘检测算法,与Robert算子、bobel算子、prewitt算子、kirsch算子、gauss-laplace算子的结果进行了对比。-Based on genetic algorithm for image edge detection algorithm, with Robert operator, bobel operator, prewitt operator, kirsch operator, gauss-laplace operator of the result
  3. 所属分类:Graph program

    • 发布日期:2017-05-12
    • 文件大小:3034979
    • 提供者:duyaqin
  1. GUISUSAN

    0下载:
  2. 边缘是图像最基本的特征,是图像分割的第一步。经典的边缘检测方法如:Roberts,Sobel,Prewitt,Kirsch,Laplace等方法,基本都是对原始图像中象素的小邻域构造边缘检测算子,进行一阶微分或二阶微分运算,求得梯度最大值或二阶导数的过零点,最后选取适当的阀值提取边界。由于这些算法涉及梯度的运算,因此均存在对噪声敏感、计算量大等缺点。在实践中,发现SUSAN算法只基于对周边象素的灰度比较,完全不涉及梯度的运算,因此其抗噪声能力很强,运算量也比较小。并将SUSAN算法用于多类图像的
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1097689
    • 提供者:zhaolipo
  1. kirsch

    1下载:
  2. 边缘检测算子 kirsch算子 matlab源码-kirsch matlab
  3. 所属分类:图形图象

    • 发布日期:2017-05-23
    • 文件大小:974
    • 提供者:audyxiao
  1. Kirsch

    0下载:
  2. 自适应Kirsch边缘检测算法.caj 自适应Kirsch边缘检测算法.caj-Adaptive Kirsch edge detection algorithm. Caj
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:318865
    • 提供者:shj
  1. kirsch

    0下载:
  2. kirsch 边缘检测。本文利用经典边缘检测模板算子8个方向模板之间的内在联系,提出了一种快速kirsch算法。-kirsch edge detection. This paper template using classical edge detection operators intrinsic link between eight directions templates, kirsch, a fast algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1018
    • 提供者:huzhuoyuan
  1. Kirsch

    1下载:
  2. 用python语言实现对图像进行Kirsch八个方向的边缘检测,得到边缘图像。(Edge detection is carried out in eight directions of Kirsch to get edge image.)
  3. 所属分类:图形图象

    • 发布日期:2020-12-24
    • 文件大小:172032
    • 提供者:zjh1443
« 12 3 4 »
搜珍网 www.dssz.com