CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 立体匹配

搜索资源列表

  1. 立体匹配算法

    1下载:
  2. 关于区域匹配的算法,附带检测图片
  3. 所属分类:编程文档

  1. StereoMatching

    5下载:
  2. 在Matlab平台上,通过NCC SSD SAD算法双目立体图像求视差图-In the Matlab platform, through the NCC SSD SAD algorithm for stereo disparity map image requesting
  3. 所属分类:matlab例程

    • 发布日期:2013-04-20
    • 文件大小:688766
    • 提供者:苏天
  1. matching

    0下载:
  2. 使用matlab编写的一个简单模板匹配程序对作立体匹配的初学者的入门程序-Matlab prepared using a simple template matching procedure for three-dimensional matching of the entry procedures for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:49625
    • 提供者:任冉冉
  1. stereo

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

    • 发布日期:2017-04-17
    • 文件大小:159272
    • 提供者:chiron
  1. 立体匹配

    0下载:
  2. 灰度匹配方法,适用性比较好,简便,适合初学者(NCC algorithm described in great detail, suitable for beginners, image matching to be)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-19
    • 文件大小:902144
    • 提供者:高兴匹配
  1. dp

    1下载:
  2. 动态优化处理立体匹配问题,展示了下效果,简单实现(Dynamic optimization processing stereo matching problem, show the effect, simple implementation)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:8476672
    • 提供者:Peerless
  1. calibration

    1下载:
  2. 立体匹配中的单目标定,输入图片,得出结果,官方实例(Monocular calibration)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:11264
    • 提供者:ielhmps7796
  1. open_rwr_stereo

    0下载:
  2. 立体匹配,摄影测量,计算机视觉,立体相对(image matching,photogrammetry, computer vision, pair matching)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-22
    • 文件大小:1079296
    • 提供者:david126
  1. census

    0下载:
  2. 双目立体匹配算法中的立体匹配census算法,用于立体匹配。(Stereo matching census algorithm in binocular stereo matching algorithm is used for stereo matching.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-06
    • 文件大小:1024
    • 提供者:第二十五夜
  1. ADCensus

    2下载:
  2. 一种立体匹配算法,ADCensus,使用的是AD 和 Census联合特征的匹配算法(A Stereo Matching Algorithms, named ADCensus, based on AD and Census joint features is used.)
  3. 所属分类:OpenCV

    • 发布日期:2019-03-18
    • 文件大小:43165696
    • 提供者:iceloard
  1. 自适应权值立体匹配算法

    2下载:
  2. 一种改进的自适应权值立体匹配算法,用于图像处理等(An improved adaptive weight stereo matching algorithm for image processing, etc.)
  3. 所属分类:matlab例程

    • 发布日期:2020-06-02
    • 文件大小:236544
    • 提供者:gm0515
  1. BM

    1下载:
  2. 使用python实现立体匹配算法BM算法,能够计算视差图(BM algorithm, which USES python to realize stereo matching algorithm, can calculate the parallax graph)
  3. 所属分类:Windows编程

    • 发布日期:2020-06-05
    • 文件大小:1024
    • 提供者:memphis111
  1. SGBM

    2下载:
  2. python3.7实现SGBM算法实现立体匹配计算视差图(Python3.7 implements SGBM algorithm to realize stereo matching and calculate parallax graph)
  3. 所属分类:Windows编程

    • 发布日期:2020-06-05
    • 文件大小:1024
    • 提供者:memphis111
  1. shuangmu

    1下载:
  2. 双目匹配计算视差,生成深度图。(前提是用自己标定好的摄像头拍的图片,导入内外参数然后进行立体匹配)(Binocular matching calculates parallax and generates depth map.(The premise is to take a picture with your own calibrated camera, import internal and external parameters, and then stereo matching))
  3. 所属分类:图形图像处理

    • 发布日期:2020-10-23
    • 文件大小:1024
    • 提供者:knight96
  1. stereoReconstruct1_3

    2下载:
  2. 采用基于区域的立体匹配算法进行视差估计通过平滑函数法最小化全局误差能量(A region based stereo matching algorithm is used for parallax estimation and the global error energy is minimized by smoothing function method)
  3. 所属分类:图形图象

    • 发布日期:2020-06-02
    • 文件大小:6144
    • 提供者:Jeremy_wang
  1. 5

    1下载:
  2. python实现双目立体匹配SGBM算法(SGBM algorithm for binocular stereo matching based on Python)
  3. 所属分类:图形图像处理

    • 发布日期:2020-06-04
    • 文件大小:18619392
    • 提供者:阿撒打发
  1. SemiGlobal-Matching-master

    1下载:
  2. 立体匹配分为初始代价计算、代价聚合、视差求解、视差优化,这是sgm代价聚合实现源码,使用c++语言实现,(This is a simple implementation of the SGM algorithm with the Birchfield/Tomasi pixelwise matching cost using the OpenCV library. It was created for a school project. It currently runs on one threa
  3. 所属分类:其他

    • 发布日期:2020-06-05
    • 文件大小:9180160
    • 提供者:一一意义
  1. 立体匹配图片库

    0下载:
  2. 立体匹配平台middlebury上的可以用于匹配的常用的图片,2005年和2006年的匹配图片库的。
  3. 所属分类:其它资源

  1. bp-vision-master

    1下载:
  2. 置信度传播立体匹配,matelab就能运行,比较简单 1、需要Matlab 2013a及以上版本; 2、运行demo_stereo.m,注意修改图片路径; 3、左右图像使用3通道灰度图;(Confidence propagation stereo matching, MATELAB can run, relatively simple 1. Matlab 2013a and above is required; 2. Run demo_ Stereo. M, pay attention to
  3. 所属分类:图形图象

  1. matlab实现SAD立体匹配代码

    0下载:
  2. matlab实现SAD立体匹配代码,自带双目图片与标准视差,matlab2018下课运行
  3. 所属分类:图形图像处理(光照,映射..)

« 1 2 3 45 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com