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

搜索资源列表

  1. Retinal_Blood_Vessel_Extraction

    0下载:
  2. This program extracts blood vessels from a retina image using Kirsch s Templates. Filtering of the input retina image is done with the Kirsch s Templates in different orientations. The threshold used in the program, can be varied to fine tune the out
  3. 所属分类:Wavelet

    • 发布日期:2017-03-26
    • 文件大小:33043
    • 提供者:Keerthana
  1. Edge-detection

    0下载:
  2. 各种边缘检测:robert边缘检测,sobel边缘检测,prewitt边缘检测,kirsch边缘检测,gauss边缘检测,利用Hough变换检测平行直线,轮廓提取,种子填充算法1,2,3.-Various edge detection: Robert Sobel edge detection, edge detection, edge detection and edge detection of Prewitt, Kirsch, Gauss edge detection, the use of
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:51496
    • 提供者:Lee Simth
  1. Mathematical-Theory

    0下载:
  2. An Introduction to the Mathematical Theory of Inverse Problems (Andreas Kirsch)
  3. 所属分类:Algorithm

    • 发布日期:2017-05-10
    • 文件大小:2116190
    • 提供者:林文东
  1. Matlab-edge-detection-operator

    1下载:
  2. 自己整理的经典边缘检测算子matlab源程序 图像处理必备 1、canny算子 2、kirsch算子 3、laplacian算子 4、log算子 5、prewitt算子 6、robert算子 7、robinson算子 8、sobel算子-Own finishing classical edge detection operator matlab source image processing necessary 1, canny operator, kirsc
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:918689
    • 提供者:笑傲江湖
  1. 48834121Imagepro_4

    0下载:
  2. 本代码主要用于图像的边缘检测及分割处理,用到了Roberts,Prewitt,Sobel,Kirsch,Laplacian,Entropy,Ostu等算法-This code is mainly used for image edge detection and segmentation algorithm used in the Roberts, Prewitt, Sobel, Kirsch, Laplacian, Entropy, Ostu
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2470263
    • 提供者:姚晓飞
  1. TGUISUSANh

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

    • 发布日期:2017-05-04
    • 文件大小:1097859
    • 提供者:干预
  1. VesselExtracting

    0下载:
  2. 用matlab自己编写的Kirsch s Templates 5*5的模板,可进行血管分割-Vessel segmentation matlab write your own Kirsch' s Templates 5* 5 template, can be
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-07
    • 文件大小:530
    • 提供者:陈萌梦
  1. digital-image-process

    0下载:
  2. 数字图像处理边缘检测,高斯,kirsch算子等等检测-digital image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:155682
    • 提供者:田兵兵
  1. kirsch

    0下载:
  2. 图像处理,主要用于边缘检测,是一种不太常见的算法处理-image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-11-15
    • 文件大小:563
    • 提供者:lining
  1. kirsch

    0下载:
  2. 基于opencv的kisch边缘检测算法,可以直接运行使用-opencv kisch edge detection
  3. 所属分类:.net

    • 发布日期:2017-11-11
    • 文件大小:3634
    • 提供者:李洁
  1. Kirsch

    0下载:
  2. 图像便与检测诉法的实现 效果不错大家相会学习-Image and detecting v. the implementation of the method of study meet good people
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:92497
    • 提供者:悠悠
  1. bianyantiqu

    0下载:
  2. 常见的几种边缘提取方法,含Roberts算子,Sobel算子,prewitt算子,Gauss-laplace算子,canny算子,和kirsch边缘检测。-Several common edge extraction method with Roberts operator, Sobel operator, prewitt operator, Gauss-Laplace operator, canny operator and the kirsch edge detection.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-12-09
    • 文件大小:1061
    • 提供者:dengzhihua
  1. CompassMATLAB

    0下载:
  2. demo中包括了目前常用的边缘检测算子,并添加了frei-chen、kirsch、drecedge、prewittcompass等边缘检测function函数。此外,实现了Ruzon罗盘算则的matlab编程,可以对灰度图像加以处理,实现边缘检测。-demo includes the most commonly used edge detection operator, and added frei-chen, kirsch, drecedge functions such as edge de
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:12198
    • 提供者:扬子
  1. CompassMATLAB

    0下载:
  2. demo中基本上整理了目前常用的所有边缘检测算子,并添加了自定义的frei-chen、kirsch、direcedge、PrewittCompass、RobinsonCompass边缘检测算子function函数。此外,还有Ruzon罗盘算子的matlab实现程序,能对灰度图像的边缘加以检测。-demo, basically compiled all the commonly used edge detection operator, and add a custom frei-chen, ki
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:12842
    • 提供者:扬子
  1. EdgeContour

    0下载:
  2. MFC实现灰度图像的边缘与轮廓,包括Robert,sobel,Kirsch等各种算子的边缘检测,hough变换,轮廓提取,种子填充,轮廓跟踪等-MFC to achieve gray image edges and contours, including Robert, sobel, Kirsch other operator edge detection, hough transform, contour extraction, seed filling, contour tracking.
  3. 所属分类:Menu control

    • 发布日期:2017-05-10
    • 文件大小:2139974
    • 提供者:赵丹凤
  1. DigitalImageProcessing

    0下载:
  2. 图像分割中的robert算子,sobel算子,laplacian算子,prewitt算子,kirsch算子,log算子,canny算子-Image segmentation operator robert, sobel operator, laplacian operator, prewitt operator, kirsch operator, log operator, canny operator
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:40568
    • 提供者:吉祥
  1. imageprocess

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

    • 发布日期:2017-04-17
    • 文件大小:511366
    • 提供者:lx
  1. KirschCpp

    0下载:
  2. Kirsch算子的c++实现,梯度算子,比sobel的增强效果更明显-Kirsch operator c++ achieve gradient operator, sobel enhancement effect than the more obvious
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:1645
    • 提供者:张云
  1. FCK

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

    • 发布日期:2017-04-11
    • 文件大小:663
    • 提供者:dentBar
  1. bianyuantiqu

    0下载:
  2. 此文件夹提供了4中不同的边缘特征提取方法,包括sobel、Kirsch等方法。-This folder provides a different edge feature extraction method 4, including sobel, Kirsch and other methods.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-08
    • 文件大小:1587772
    • 提供者:张大
« 1 2 3 45 »
搜珍网 www.dssz.com