搜索资源列表

  1. 2107210017520071022238367591296

    0下载:
  2. vc图像处理比较全面的程序,提供了图象直方图均衡,robert,sobel,prewitt,kirsch,gauss等方法的边缘检测运算,中值滤波,二维FFT变换和DCT变换,图象的反转,旋转等一些基本的图象模板变换和点变换的功能。目前只处理256*256的图象-vc images deal with more comprehensive procedures, provided the image histogram equaliza
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:512000
    • 提供者:乔鹏飞
  1. ImageProcessing

    0下载:
  2. 用matlab编写界面,实现直方图均衡化、平均滤波、梯度滤波、Laplacian滤波、Kirsch滤波、Sobel滤波、Prewitt滤波、高频提升等多种功能-Matlab prepared to use interface, the realization of histogram equalization, the average filter, Gradient filter, Laplacian filter, Kirsch f
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:226304
    • 提供者:程璞
  1. CODE

    0下载:
  2. 边缘检测,Gauss-laplace,Kirsch-Edge detection, Gauss-laplace, Kirsch
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:6343680
    • 提供者:liu
  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 re
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:3313664
    • 提供者:caonimabitoo
  1. kirsch

    0下载:
  2. Krish 算子是基于特定方向的微分来检测边缘。它先辨认像素为可能的边缘元素,再给它赋予预先定义的若干个方向之一-Krish operator based on the specific direction to detect the edge of the differential. It first to identify the edge pixels for a possible element,then it gives a
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:708608
    • 提供者:蓝水晶
  1. FCK

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

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者: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, smoothe
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-17
    • 文件大小:259072
    • 提供者: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 Ga
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:2234368
    • 提供者:陈飞
  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-
  3. 所属分类:图形图象

    • 发布日期:2024-05-17
    • 文件大小:3035136
    • 提供者:duyaqin
  1. deiphiimageprocessing

    0下载:
  2. 用delphi对数字图像进行预处理,包括图像的灰度化,二值化,反色,中值滤波,高斯滤波,gabor变换,二值图像和灰度的腐蚀,膨胀,以及图像的sobel,prewitt,robert,kirsch,laplace,canny,marr边缘检测-Use delphi for digital image preprocessing, including image gray-oriented, thresholding, anti-colo
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-17
    • 文件大小:3565568
    • 提供者:小宝
  1. GUISUSAN

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

    • 发布日期:2024-05-17
    • 文件大小:1097728
    • 提供者:zhaolipo
  1. filterKirsch

    0下载:
  2. Kirsch filter for image processing
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:613376
    • 提供者:Leila
  1. test

    0下载:
  2. 运行test文件,该程序用基尔希算子对图像进行边缘检测-Run the test file, the program operator with a Kirsch edge detection on image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:225280
    • 提供者:徐薇
  1. Kirsch

    0下载:
  2. 自适应Kirsch边缘检测算法.caj 自适应Kirsch边缘检测算法.caj-Adaptive Kirsch edge detection algorithm. Caj
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:318464
    • 提供者:shj
  1. Edge-Detection

    0下载:
  2. vc++实现六种图像边缘检测算法对比。包括:kirsch,Laplacian,LOG,Prewitt,Robert,Sobel.-vc++ to achieve the six contrast image edge detection algorithm. Including: kirsch, Laplacian, LOG, Prewitt, Robert, Sobel.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1422336
    • 提供者:李焕
  1. digital-image-process

    0下载:
  2. 采用图像检测算子,包括canny,LOG,prewit,roberts,kirsch算子等,采用MATLAB 开发环境实现图像边缘检测。-complete the edge detection of pictures by all kinds of methods with matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:156672
    • 提供者:
  1. dip2

    0下载:
  2. Project Evaluation and Comparison of Canny Edge Detector and Edge Detection by Kirsch’s operation in matlab a didital image processing project
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:1301504
    • 提供者:123imhot1
  1. kirsch

    0下载:
  2. Kirsch图像处理边缘检测算子,包含快速Kirsch算子和Naviaga算子,-Kirsch image processing edge detection operator, to contain fast the Kirsch operator and Naviaga operator,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:742400
    • 提供者:lijunhj
  1. Kirsch算子matlab实现

    0下载:
  2. Kirsch算子实现起来相对来说稍微麻烦一些,它采用8个模板对图像上的每一个像素点进行卷积求导数,这8个模板代表8个方向,对图像上的8个特定边缘方向作出最大响应,运算中取最大值作为图像的边缘输出(上述算法中用到的8个模板在下面的实现代码中给出)。为了便于读者理解该算法的实现,这里我们给出实现该算法的函数代码,可以稍加改动应用到自己的项目中去。
  3. 所属分类:matlab例程

  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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:huzhuoyuan
« 1 23 4 5 6 »

源码中国 www.ymcn.org