CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - connection

搜索资源列表

  1. mapx_test

    0下载:
  2. 在VC++环境下实现的对MAPX的工具的调用,实现了地图的基本控制功能-in VC environment for the realization of the Connection tool called the map to achieve the basic control functions
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:737.71kb
    • 提供者:rock
  1. ImgThreshold

    0下载:
  2. This program is provided to you free of charge \"as such\".You should not assume that this program is error-free or suitable for any purpose whatsoever. | | EURESYS does not give any representation, warranty or undertaking that this | | program i
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:32.43kb
    • 提供者:magnilog
  1. Digital_Image_Correlation.zip

    0下载:
  2. 能实现图像之间的关联运算,并实现图像跟踪功能。,To achieve the connection between the image operations, and to achieve the image tracking.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:763.74kb
    • 提供者:liusz
  1. Combinestwogroupsofimages

    0下载:
  2. Combines two groups of images 实现两幅图的连接,用MATLAB实现-Combines two groups of images to achieve the connection of two plans, using MATLAB to achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1.88kb
    • 提供者:刘博
  1. edge

    0下载:
  2. 边缘检测图像应用高斯滤波器平滑图像,用双阈值算法检测和连接边缘。-Application of edge detection image smoothing Gaussian filter images, with dual-threshold algorithm for edge detection and connection.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1022byte
    • 提供者:腾黎明
  1. lvvvv

    0下载:
  2. 具有模式分类的作用,采用的是单连接算法,不过不够完美-With the role of pattern classification using a single connection algorithm, but not perfect
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:7.88kb
    • 提供者:吕广军
  1. HoughTrans

    0下载:
  2. Hough变换的实质是将图像空间内具有一定关系的像元进行聚类,寻找能把这些像元用某一解析形式联系起来的参数空间累积对应点。在参数空间不超过二维的情况下, 这种变换有着理想的效果。但是,一旦参数空间增大,计算量便会急剧上升,同时耗费巨大的存储空间,耗时也随之猛增。就此,多年来国内外众多学者针对具体情况对常规Hough变换进行了多方面的探索,并提出了许多有价值的改进方法。-Hough transform is essentially the image space has a certain rel
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:7.41mb
    • 提供者:木狗
  1. Detectthenetworkonnection

    0下载:
  2. 检测是否网络连接。看看好不好,好就下载吧,呵呵,好东西要分享啊-Detect the network connection. Good to see, good on the download now, huh, huh, ah want to share good things
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2.25kb
    • 提供者:王文
  1. road

    1下载:
  2. 基于模糊连接度的道路提取源码,参考李朝峰的《遥感图像智能处理》-a code of road connection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-04-17
    • 文件大小:1.26kb
    • 提供者:lf
  1. CodeForRoadConnection

    0下载:
  2. 基于模糊连接度的道路提取源码,参考李朝峰的《遥感图像智能处理》-a code of road connection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:1.28kb
    • 提供者:lf
  1. 15422

    0下载:
  2. 绘图组件与数据库连接进行形成画点线图需要环境: 1.jdk1.4及以上版本 2.web服务器 tomcat weblogic resin等 3.需要类库 jcommon-1.0.0-pre2.jar jfreechart-1.0.0-pre2.jar servlet-api.jar 这三个类库被封装了 -Graphics components and the formation of the database connection points line plan nee
  3. 所属分类:Special Effects

    • 发布日期:2017-05-03
    • 文件大小:1.44mb
    • 提供者:zypqh
  1. connectionCompnentsMark

    0下载:
  2. 该程序是用C语言编写的,在图像处理方面用来标记二值图像的连通区域-This program is applied to mark the connection components of the two-values image.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:184.42kb
    • 提供者:李杰
  1. canny

    0下载:
  2. 最优的阶梯型边缘检测算法(canny边缘检测) 1.Canny边缘检测基本原理 (1)图象边缘检测必须满足两个条件:一能有效地抑制噪声;二必须尽量精确确定边缘的位置。 (2)根据对信噪比与定位乘积进行测度,得到最优化逼近算子。这就是Canny边缘检测算子。 (3)类似与Marr(LoG)边缘检测方法,也属于先平滑后求导数的方法。 2.Canny边缘检测算法: step1:用高斯滤波器平滑图象; step2:用一阶偏导的有限差分来计算梯度的幅值和方向;
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.21mb
    • 提供者:lx
  1. Studyof3Dconnectionmehodinstereovisionmeasurements

    0下载:
  2. 为了扩大立体视觉测量系统的测量范围,实现大型工件的高精度测量,提出了一种基于控制网的三维拼 接方法。-:In order to enlarge the measurement range of stereo vision measurement system and realize the accurate measurement for large2scale workpiece ,a 32D connection method is proposed based on control
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:282.86kb
    • 提供者:jack
  1. 002

    0下载:
  2. 文本是计算机视觉的许多应用中的一项重要特征。大量复杂图像文本的应用, 使图像文本分析技术成为研究的新方向。 图像文本分析技术和通常的文档图像分析技术之间有着紧密的联系; 但是图像文本其自身所具有的特性, 又使得图像文本分析技术 具有不同于一般的文档图像分析的更加丰富的内容。我们将图像文本分析技术划分为三大组成部分: 图像文本定位、 图像文本的预 处理和图像文本的识别进行讨论。最后, 本文也对图像文本分析技术的应用进行了讨论。-The text is in many applicati
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:147.68kb
    • 提供者:东方
  1. cDlgCanny

    0下载:
  2. Canny算子边缘检测图像,先进行高斯滤波,计算梯度幅值和方向,非极大值抑制,双阈值检测和连接边缘。-Canny edge detection operator image, first the Gauss filtering, calculation of gradient magnitude and direction, non-maxima suppression, dual edge threshold detection and connection.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:688byte
    • 提供者:xujie
  1. Automatic-Branch-Decomposition-for-Tubular-Structu

    0下载:
  2. 用于检测3D血管图像的分叉点的一个程序,文件夹内还有说明文档,详细介绍了该程序的算法。是用itk库做的一个通用模板类,还有例子。- Branches of tubular structures (vasculature, trachea, neuron, etc.) in medical images are critical for the topology of these structures. In many applications,
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2.41mb
    • 提供者:xrx
  1. track-algorithm

    0下载:
  2. 图像跟踪程序,连码跟踪,可以跟踪断点,连接-Image tracking program, even the code tracking, you can track the breakpoint, the connection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1.46mb
    • 提供者:zhaoyong
  1. s

    0下载:
  2. 近年来,随着DSP的快速发展,被广泛的应用于图像处理及目标定位[11][13][21]上,极大地提高图像处理的实时性。DSP主要用来实现扩展算法和数字信号处理的功能,其最典型的用途是实现数字图像处理算法。DSP芯片内采用大容量的SRAM作为系统的高速缓存,高达64位的数据总线带宽。在片外采用了目前流行的SDRAM、DDR2等高速大容量存储器的无缝连接,同时还支持SRAM、FIFO等各种类型的存储器,大大提高了图像的存储容量及速度。-In recent years, with the rapid
  3. 所属分类:Special Effects

    • 发布日期:2017-05-04
    • 文件大小:1.43mb
    • 提供者:侯国强
  1. find-connection

    0下载:
  2. VC6.0中对于bmp图像做去噪处理,寻找连通域方法-find connection
  3. 所属分类:Special Effects

« 12 3 4 »
搜珍网 www.dssz.com