CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - SSD

搜索资源列表

  1. ssd_hager_planar_tracking

    0下载:
  2. 目标跟踪源程序 开发环境matlab Those are a set of matlab functions for the tracking of a planar patch using direct grey levels information (a.k.a. SSD).-target tracking source development environment Matlab Those are a set of matla b functions for the track
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:12.47kb
    • 提供者:王国良
  1. 立体匹配,算子

    1下载:
  2. 包括SSD,NCC等算子,可自己参考运用
  3. 所属分类:图形图像处理(光照,映射..)

  1. NCC.rar

    0下载:
  2. NCC算法的描述,很详细,适合初学者,图像匹配必须,NCC algorithm described in great detail, suitable for beginners, image matching to be
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:136.21kb
    • 提供者:刘明烁
  1. SSD 與SAD三種方法的影像套合方法

    0下载:
  2. 一種圖像匹配法 可以用於NCC SSD 與SAD三種方法的影像套合方法 -An image matching method can be used to NCC SSD and SAD images of sets of three methods combined method
  3. 所属分类:图形图象

    • 发布日期:2017-03-23
    • 文件大小:3.05kb
    • 提供者:Stalon-Zen
  1. Stereo.zip

    0下载:
  2. 使用SSD(sum squared differences)算法进行双摄像机图像匹配点计算,基于OpenCv的C++代码实现,Using SSD (sum squared differences) algorithm dual camera image matching points calculation, based on the OpenCv the C++ Code
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.78mb
    • 提供者:梁霄
  1. Problem3.zip

    0下载:
  2. stereo matching -sad -ssd -ncc,stereo matching -sad -ssd -ncc
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-06
    • 文件大小:672.37kb
    • 提供者:JangInYeop
  1. stereo

    0下载:
  2. 立体匹配代码,包括SAD,SSD,NV,可供参考-Stereo matching code, including the SAD, SSD, NV, for reference
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:155.54kb
    • 提供者:chiron
  1. Anautomaticimagestitchingalgorithmbasedonfeaturema

    0下载:
  2. This paper presents an image feature matching algorithm,based on what an image stitching algorithm can be fune— tioning.In this algorithm,Harris comer detector is used to extract featum points-This paper presents an image feature matching algorithm
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-26
    • 文件大小:202.5kb
    • 提供者:wang
  1. ssd

    0下载:
  2. 所属分类:Graph Recognize

    • 发布日期:2017-04-11
    • 文件大小:827byte
    • 提供者:孙英晖
  1. MCROSOFT_Matching

    0下载:
  2. 微软研究院做的一个 集合了几种常见的立体匹配算法:包括sad,ssd,bp,maxflow等等。而且自带truth map可以评估自己的算法-Microsoft Research to do a collection of several common stereo matching algorithm: including the sad, ssd, bp, maxflow and so on. Truth map and can bring their own assessment of t
  3. 所属分类:3D图形编程

    • 发布日期:2013-04-01
    • 文件大小:175kb
    • 提供者:woxiest
  1. StereoMatching

    0下载:
  2. Stereo matching algorithm. Compute disparity using ssd.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:103.16kb
    • 提供者:Jaekwang
  1. StereoVision_SSD

    0下载:
  2. 本算法在Matlab2008b 环境下实现。包括main,san 和ssd 三个函数。 这次实现的算法并不是比较两个已经知道的点是否匹配,而是已知一个图形中的特征点,在另外一个图像中找到与其最匹配的点,匹配度用SAD 或者SSD 来度量。 main.m 是程序的入口,包括生成和读入实验数据,调用sad 函数和ssd 函数求匹配点,最后绘 制出最后的结果。sad.m 是用sad 度量方法在另一图中求解匹配点的函数实现,有3 个参数 y=sad(x,image1,image2)。其中
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2.88mb
    • 提供者:qqqqqq
  1. lzw-SSD

    0下载:
  2. 利用SSD算法对三维的医学图像进行等值面提取并实现显示-SSD isosurface extraction algorithm for three-dimensional medical images and achieve the display
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:1.84kb
    • 提供者:houxiaoshuai
  1. SSD

    1下载:
  2. SSD算法,是在双目立体视觉中,求左右图对匹配深度图-SSD algorithm binocular stereo vision, seeking around the map match the depth map
  3. 所属分类:Special Effects

    • 发布日期:2017-11-20
    • 文件大小:2.61mb
    • 提供者:sh
  1. SSD-and-SAD

    0下载:
  2. 用相似性方法做的特征点的匹配,比较了SSD与SAD方法的各自效果。-feature points matching method used by the similarity, and comparing the respective effects of the SSD and SAD methods.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:2.92mb
    • 提供者:钱春俊
  1. SSD

    0下载:
  2. 图像处理立体匹配算法:Sum of Squared Defferences (SSD)算法的实现-Image processing stereo matching algorithm: Sum of Squared Defferences (SSD) algorithm implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6.17mb
    • 提供者:朱继祥
  1. SSD-source

    0下载:
  2. 域变换和边缘感知的图像和视频处理论文附带的matlab环境下实现的SSD算法,-SSD algorithm domain transformation and edge perceived image and video processing paper incidental matlab environment to achieve,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1.46kb
    • 提供者:白肖艳
  1. SSD+SAD+NCC算法

    1下载:
  2. 实现两幅图像匹配。应用SSD+SAD+NCC算法的匹配,很好用的程序(Realizing Two Image Matching.Application of SSD+SAD+NCC algorithm matching, very useful program)
  3. 所属分类:图形图像处理

    • 发布日期:2020-06-03
    • 文件大小:778kb
    • 提供者:琳琅满目
  1. 可以运行

    0下载:
  2. 使用ssd深度学习方法来实现生活中想要识别的目标(Using SSD in-depth learning method to achieve the goals you want to identify in your life)
  3. 所属分类:图形图像处理

    • 发布日期:2019-11-27
    • 文件大小:25.97mb
    • 提供者:Fly0215
  1. StereoMatching_SAD&SSD&NCC&Census

    1下载:
  2. 立体匹配包含SAD SSD NCC 区域增长 census等多种常用立体匹配算法(Stereo matching includes SAD SSD NCC area growing census and other commonly used stereo matching algorithms)
  3. 所属分类:图形图像处理

    • 发布日期:2020-06-03
    • 文件大小:11.02mb
    • 提供者:`Edwardsbw
« 12 »
搜珍网 www.dssz.com