搜索资源列表

  1. 各种传统方法边缘检测

    0下载:
  2. 此程序包含了几乎所有传统的图像边缘检测算法的实现。-This procedure includes almost all the traditional image edge detection algorithm is realized.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:3411
    • 提供者:李强
  1. 边缘检测

    0下载:
  2. 基于dsp6416处理器的边缘检测算法-dsp6416 processor based on the Edge Detection Algorithm
  3. 所属分类:其它资源

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

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

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

    0下载:
  2. 本程序主要实现图像的边缘提取:实现了以下论文中介绍的新方法:《基于梯度幅值的自适应边缘检测算法.caj》《一种基于_函数的图象边缘检测算法.caj》《一种微分极值的边缘检测算法.kdh》《一种新的边缘检测算法.kdh》,效果很好,很明显,比传统的边缘提取算法更优越。-This procedure mainly realize the image edge detection: the achievement of the followi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:3040256
    • 提供者:bin
  1. canny

    0下载:
  2. canny 边缘检测算法-canny edge detection algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:8192
    • 提供者:kingd
  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-21
    • 文件大小:3313664
    • 提供者:caonimabitoo
  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-21
    • 文件大小:259072
    • 提供者:qlhycf
  1. shadow2

    0下载:
  2. 提出一种分块阴影检测算法,并描述了算法的实现,实验表明该算法克服了传统的边缘检测算法的缺点,阴影检测效果比传统算 法更好。 -A shadow detection algorithm block, and describes the algorithm, experiments show that the algorithm is to overcome the traditional shortcomings of the e
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:459776
    • 提供者:沛洋
  1. caany

    0下载:
  2. canny边缘检测算法,,我见过的做好的-canny edge detection algorithm, I have seen the good, and,
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:wuzixu
  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-21
    • 文件大小:3035136
    • 提供者:duyaqin
  1. byjc

    0下载:
  2. 一个用VB写的包含各种边缘检测算法的程序,决对经典-Written using VB contains a variety of edge detection algorithms process, the classical decision
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-21
    • 文件大小:26624
    • 提供者:天天上
  1. ruzon.tar

    0下载:
  2. 指南针边缘检测算法是当前质量最高的边缘检测方法,比CANNY算子效果还要好。具有边缘定位准确,边连续,完整的特点。程序能够得到每一个像素的边的朝向,有利于做进一步的优化应用,例如图像分割等。具体算法过程可参考斯坦福大学麦克博士发表的论文。主要思路就是以每个像素为中心,像罗盘一样转动边,一直找到两边差异最大的朝向。最后把所有的最优朝向连起来成为边缘。 代码用VC驱动,核心部分用matlab编写-Compass edge detecti
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:82944
    • 提供者:黄沛杰
  1. canny

    0下载:
  2. 一个非常好的图像边缘检测算法 -一个非常好的图像边缘检测算法
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:youshu
  1. matlab-canny

    0下载:
  2. 分别用一阶、二阶以及Canny边缘检测算法进行图像边缘检测-Respectively first, second, and Canny edge detection algorithm for image edge detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:920576
    • 提供者:唐路
  1. snake算法的边缘检测

    0下载:
  2. 图像边缘检测,利用snake算法对图像进行边缘检测实测效果良好(Image edge detection)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:149504
    • 提供者:王小软
  1. 基于蚁群算法的图像边缘检测 MATLAB源程序

    0下载:
  2. 基于蚁群算法的图像边缘检测,包含四种核函数,下载之后可直接运行(Image edge detection based on ant colony algorithm, including four kernel functions, which can run directly after downloading)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:忘了
  1. 基于蚁群算法的图像边缘检测

    1下载:
  2. 将改进蚁群算法应用于图像边缘检测,模拟进化算法,主要采用信息素来进行方向的选择,通过全局性的搜索得到较优解。(The improved ant colony algorithm is applied to image edge detection and simulation evolutionary algorithm, which mainly uses information prime to select the directi
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:16384
    • 提供者:hc01357
  1. 基于蚁群算法的图像边缘检测

    0下载:
  2. 基于蚁群算法的图像边缘检测,亲测可用,包含四种图像。(Ant colony algorithm based image edge detection, pro test available.It contains four kinds of images.)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:30720
    • 提供者:今天要早睡
  1. 改进的自适应Canny边缘检测算法_段锁林

    0下载:
  2. 介绍了一种改进的Canny边缘检测算法,介绍了改进算法(This paper introduces an improved Canny edge detection algorithm and an improved algorithm.)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:3493888
    • 提供者:wabgkai9210005
  1. 3.24 基于蚁群算法的图像边缘检测

    0下载:
  2. 基于蚁群算法的边缘检测,功能简单,适合新手(Edge detection based on ant colony algorithm, the function is simple, suitable for beginners)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:29696
    • 提供者:连晓
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org