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. edgedetectionearl

    0下载:
  2. 用VC++实现的各种经典边缘检测算法——roberts,sobel,prewitt,kirsch,高斯,LOG等。-with VC the classic edge detection algorithm -- roberts, segmentation, prewitt, "and Gaussian, LOG other.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3220
    • 提供者:tanchao
  1. EdgContour

    0下载:
  2. 用VC编写的一个图像处理的程序:它可以实现图像的边缘检测和轮廓提取,边缘检测算子包括:Robert算子、bobel算子、prewitt算子、kirsch算子、gauss-laplace算子。hough直线检测、轮廓提取、种子检测和轮廓跟踪。-VC prepared by an image processing procedures : it can achieve image edge detection and contour extraction, Edge Detection Operat
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:74227
    • 提供者:何再兴
  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. enge

    0下载:
  2. 边缘检测 prewitt kirsch Canny 几种边缘提取方法
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-17
    • 文件大小:2851709
    • 提供者:扬扬
  1. SobelKirsch边缘检测

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

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

    1下载:
  2. VC++的边缘与轮廓处理程序,包括边缘检测(五个算子,robert,sobel,prewitt,kirsch,gauss-laplase),hough变换(平行直线检测),轮廓提取,种子填充(两个算法),和轮廓跟踪。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:75438
    • 提供者:ZL
  1. sobel_kirsch

    0下载:
  2. 图你边缘检测程序, VC++下面实现的,两种算法Sobel和kirsch,供大家参考.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:67835
    • 提供者:盼盼
  1. Touch_exe

    1下载:
  2. 该软件支持jpg,gif、png图片格式,大致有下列功能: V 0.1 版: 1. 图像放大、缩小、复制、打印、获取当前图像任意位置颜色信息。 2. 显示图像灰度直方图。 3. 灰度统计:图像宽度、高度、最小灰度、最大灰度、灰度均值 Mean、灰度方差 Variance、标准差、偏态 Skewness、峰度系数 Kurtosis、熵 (Entropy)。 4. RGB三原色分离、RGB图转灰度图、灰度均衡、图像可调阈值二值化、图像反色。 5. 图像可调阈值边缘检测:Rob
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1034344
    • 提供者:郑一一
  1. SobelKirsch

    1下载:
  2. 实现了sobel 和kirsch 算子进行边缘检测的功能实现。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:637179
    • 提供者:刘朋
  1. bianyuanjian

    0下载:
  2. 分别使用prewitt、kirsch、gauss算子进行边缘检测运算
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1905
    • 提供者:李莉
  1. 图象处理程序

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

    • 发布日期:2008-10-13
    • 文件大小:582763
    • 提供者:姚立月
  1. Kirsch

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

    • 发布日期:2017-03-31
    • 文件大小:318865
    • 提供者: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. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1422315
    • 提供者:李焕
  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

    • 发布日期:2017-04-08
    • 文件大小:156992
    • 提供者:
  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

    • 发布日期:2017-04-10
    • 文件大小:1301747
    • 提供者:123imhot1
  1. kirsch

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

    • 发布日期:2017-11-14
    • 文件大小:741935
    • 提供者:lijunhj
  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. 东北大学图像处理第二次作业

    3下载:
  2. 东北大学图像处理第二次作业实验报告两份 Kirsch滤波程序及其图像处理效果图 MRF图像分割的程序及其处理效果图 上述程序均亲测可行(the second experiment and report on image processing Northeasten university(ShenYang) ;the code on Kirsch filter; the code on MRF image segmentation)
  3. 所属分类:图形图像处理

    • 发布日期:2020-10-21
    • 文件大小:6832128
    • 提供者:小维威威
« 1 23 4 5 »
搜珍网 www.dssz.com