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

搜索资源列表

  1. Edgelink

    0下载:
  2. 一个图像的边缘连接程序,可以将两幅图像无缝连接成一幅图像。-an image edge connector process, which would be two images into one seamless image.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:11812
    • 提供者:丁德锋
  1. BoundaryDetectionVc++Res

    0下载:
  2. 图像处理中的边缘检测以及曲线拟合的结合应用,实现边缘连接和线段拟合源码-image processing edge detection and curve fitting combination of applications, connectivity and edge line fitting FOSS
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:14007
    • 提供者:牛牛
  1. Edgelink_

    1下载:
  2. 实现边缘连接和线段拟合源码,用MATLAB实现,可直接执行,供研究用-achieve connectivity and edge line fitting source, using MATLAB, can be directly implemented, for research
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:11812
    • 提供者:maxu
  1. matlabIMG

    3下载:
  2. 图象处理的matlab程序集,包括角点检测,边缘连接,高通滤波器,低通滤波器等等。-image processing procedures of Matlab scr ipts, including corner detection, edge connectivity, high-pass filter, Low-pass filter, and so on.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:62270
    • 提供者:lg
  1. math

    2下载:
  2. 边界提取后出现断线,用此程序将边缘连接
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:32087
    • 提供者:huangli
  1. edgelink

    2下载:
  2. 这个源代码是用于边缘连接和线性拟合使用matlab写的
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:12086
    • 提供者:朱勇
  1. bianyuanjiance

    0下载:
  2. 实现边缘连接和线段拟合源码,希望能与大家共享
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12005
    • 提供者:ycc
  1. hough

    3下载:
  2. 霍夫变换是一个非常有用的算法,可以检测直线、圆、椭圆等等,也可以进行边缘连接。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-17
    • 文件大小:98464
    • 提供者:格子
  1. 边缘检测算法的基本步骤

    0下载:
  2. 边缘检测算法的基本步骤 (1)滤波。边缘检测主要基于导数计算,但受噪声影响。但滤波器在降低噪声的同时也导致边缘强度的损失。 (2)增强。增强算法将邻域中灰度有显著变化的点突出显示。一般通过计算梯度幅值完成。 (3)检测。但在有些图象中梯度幅值较大的并不是边缘点。最简单的边缘检测是梯度幅值阈值判定。 (4)定位。精确确定边缘的位置。 Canny边缘检测算法 step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方
  3. 所属分类:绘图程序

    • 发布日期:2014-01-18
    • 文件大小:2895
    • 提供者:丁绍辉
  1. edgelink

    0下载:
  2. matlab代码边缘检测之后的边缘连接
  3. 所属分类:源码下载

    • 发布日期:2012-05-25
    • 文件大小:12455
    • 提供者:a560976341a
  1. Edge_linking_line_segment_fitt

    4下载:
  2. matlab示例程序,可以边缘检测、腐蚀、膨胀等基本操作,另外还可以对检测得到的边缘进行连接操作。,matlab example of the procedure, you can edge detection, corrosion, expansion of the basic operation of detection can also be operated to connect the edge.
  3. 所属分类:matlab

    • 发布日期:2015-06-05
    • 文件大小:104598
    • 提供者:glory
  1. trace

    1下载:
  2. 8邻域边缘连接,实现闭合边界跟踪,简单实用-8 neighborhood edge connector, to achieve closure boundary tracking, simple and practical
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:702
    • 提供者:赵卓
  1. linkedge

    0下载:
  2. 图像处理中用于边缘检测图像的边缘连接和边缘拟合的代码-link edge
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:13336
    • 提供者:有名
  1. hough(vc)

    0下载:
  2. Hough变换最先是由Paul Hough在1962年提出的, 它所实现的是一种从图像空间到参数空间的映射关系,其主要优点就是检测几何形状的能力较少受到几何形状中间断点的干扰 , 而且不需要预先组合或连接边缘点, 可以广泛应用于纤维、 孔径等自动检测中-Hough transform is the first by Paul Hough in 1962, and it is a realization from the image space to parameter space of the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1740
    • 提供者:tangxin
  1. shendusousuo

    3下载:
  2. 深度搜索,可将边缘断点连接起来,多用于图像分割中和边缘检测结合使用-Depth of search, could be the edge connecting the breakpoints are used for image segmentation and edge detection used in conjunction
  3. 所属分类:Special Effects

    • 发布日期:2015-06-05
    • 文件大小:1146
    • 提供者:shenyong
  1. Edgelink_

    0下载:
  2. 做完边缘提取之后,有的边缘断断续续,需要进行边缘连接,将其连成完整线。-Done after edge detection, and some off the edge, the edge needed to connect, to link into the full line.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:11816
    • 提供者:jiang
  1. v_ShortLine_Detect

    1下载:
  2. 本程序可实现图像边缘检测后的短线段检测和连接-the short line will be detected and linked by using this programm
  3. 所属分类:matlab

    • 发布日期:2015-06-05
    • 文件大小:1024
    • 提供者:gaohua
  1. 边缘提取

    1下载:
  2. 边缘提取:边缘检测的基本思想首先是利用边缘增强算子,突出图像中的局部边缘,然后定义象素的“边缘强度”,通过设置阈值的方法提取边缘点集。由于噪声和模糊的存在,监测到的边界可能会变宽或在某点处发生间断。因此,边界检测包括两个基本内容: (1)用边缘算子提取出反映灰度变化的边缘点集。 (2)在边缘点集合中剔除某些边界点或填补边界间断点,并将这些边缘连接成完整的线。(Edge extraction: the basic idea of edge detection is to use edge en
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:Schonien
  1. edgelink

    1下载:
  2. 对边缘检测后出现的不连续的部分进行边缘连接(Edge join after the edge detection appears.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-01
    • 文件大小:4096
    • 提供者:冰棒
  1. 边缘连接和线段拟合

    1下载:
  2. 线段和边缘连接拟合程序,可根据其中各自研究方向对内容自行修改,(Segment and edge connection fitting procedures, which can be modified on the basis of their respective research directions.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:13312
    • 提供者:五道杠骚年
« 12 3 4 5 »
搜珍网 www.dssz.com