登录
首页 » matlab » 双目匹配求解

双目匹配求解

于 2020-10-31 发布
0 269
下载积分: 1 下载次数: 1

代码说明:

说明:  一个双目匹配求解视差图的matlab源代码(A binocular matching to solve the disparity map of Matlab source code)

文件列表:

BTLocalMatcherT.h, 5663 , 2007-02-01
car0.png, 190100 , 2007-01-30
car1.png, 191767 , 2007-01-30
mainpage.h, 1262 , 2007-02-01
Makefile, 926 , 2007-02-01
MatlabImageAdapter.cpp, 5847 , 2007-02-01
MatlabImageAdapter.h, 1715 , 2007-02-01
OpencvExample.cpp, 8110 , 2007-02-01
OpenCVImageAdapter.cpp, 4919 , 2007-02-01
OpenCVImageAdapter.h, 1624 , 2007-02-01
Openvis3d.h, 410 , 2007-02-01
OvDisparityPostprocessor.h, 1665 , 2007-02-01
OvFlowDiffuseMatcherT.h, 8055 , 2007-02-01
OvFlowGlobalMatcherT.h, 2579 , 2007-02-01
OvFlowMatlab.cpp, 3058 , 2007-02-01
OvFlowPostprocessor.h, 1711 , 2007-02-01
OvFlowT.h, 9065 , 2007-02-01
OvImageAdapter.cpp, 436 , 2007-02-01
OvImageAdapter.h, 2831 , 2007-02-01
OvImagePairPreprocessorT.h, 1408 , 2007-02-01
OvImageT.h, 100043 , 2007-02-01
OvLocalMatcherT.h, 2195 , 2007-01-30
OvStereoDiffuseMatcherT.h, 7551 , 2007-02-01
OvStereoGlobalMatcherT.h, 2306 , 2007-02-01
OvStereoMatlab.cpp, 2540 , 2007-02-01
OvStereoT.h, 9094 , 2007-02-01
ProbabilisticEgomotion.cpp, 14293 , 2007-02-01
ProbabilisticEgomotion.h, 2474 , 2007-02-01
README.txt, 3978 , 2007-02-01
tsukuba1color.png, 174571 , 2007-01-30
tsukuba2color.png, 175014 , 2007-01-30

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 基于MATLAB的信息隐藏算法研究与实现_陈小娥
    采用 MATLAB 开发环 境,提出了一种图像信息隐藏算法,实现了图像信息隐藏的两大基本功能,即信息的嵌入和信息的提取.同 时,模拟常见的攻击方法,验证了添加隐藏信息后的图像的抗攻击能力(Using MATLAB to develop the environment, an image information hiding algorithm is proposed, which realizes two basic functions of image information hiding, i.e. information embedding and information extraction. At the same time, common attack methods are simulated to verify the anti-attack capability of the image added with hidden informati)
    2021-03-13 14:49:24下载
    积分:1
  • matlab
    图像二值化,去离散噪声,彩色图像灰度化,特征提取,灰度化,彩色图像平均灰度(Image binarization, to discrete noise, color gray image feature extraction, gray, color image mean gray)
    2010-07-01 11:30:40下载
    积分:1
  • beyond_12041126
    论文+ppt,我的数字图像处理课程设计,题目是基于均值滤波和小波分析的图像去噪方法(Thesis+ppt, digital image processing course design, subject image denoising method based on mean filter and wavelet analysis)
    2012-11-27 16:34:09下载
    积分:1
  • 22
    基于数学形态学实现振动信号降噪。研究了数学形态滤波器对振动信号在不同类型、不同强度噪声干扰下 的降噪能力,提出了采用开一闭和闭一开组合数学形态滤波器实现旋转机械振动信号降噪处理的方法。通过仿真 计算及实例,检验了形态滤波器的滤波效果,表明数学形态滤波器可以有效剔除脉冲、降低随机噪声干扰,提高 振动信号的信噪比。(The vibration signal noise reduction based on mathematical morphology. Mathematical morphology filter vibration signals in different types, different intensity noise, noise reduction capabilities, proposes using open-closing and close the opening combination of mathematical morphology filter rotating machinery vibration signal noise reduction processing. Simulation and examples, test the morphological filters filtering effect, indicating that the mathematical morphological filter can effectively excluded the pulse, to reduce random noise and improve the signal-to-noise ratio of the vibration signal.)
    2012-09-24 08:51:04下载
    积分:1
  • digital-holographic-image
    本文首先对数字全息技术的记录和再现的基本原理、数值重建算法、频谱滤波方法,数字全息图的记录条件、再现光场的分离条件等基本问题进行了分析讨论(Firstly, the basic principle of the recording and reproducing of the digital holography, numerical reconstruction algorithm, the spectral filtering method, the digital hologram recording conditions, reproducing conditions of separation of the light field, and other basic issues discussed)
    2021-04-18 16:38:52下载
    积分:1
  • stitching
    图像拼接,可用于全景照机等应用场景 根据图像的特征(可选多种特征,例如SIFT,haar,HOG等征),将两幅或多幅图像无缝拼接起来(Image stitching, can be applied to panoramic photographing, and other application scenarios.)
    2014-10-24 15:44:57下载
    积分:1
  • Graph
    输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。(Enter a weighted undirected graph with vertices, edges, each of the side information (two vertices and weights), the establishment of the adjacency matrix structure, the output of the adjacency matrix. The above undirected graph adjacency matrix into adjacency list structure, the output of the adjacency list according to the adjacency table undirected graph depth-first traversal sequence and breadth-first traversal sequence, and outputs through the results using prim algorithm construct the weighted undirected graph minimum spanning tree, and the minimum spanning tree information on respective sides of the output.)
    2020-12-13 15:29:15下载
    积分:1
  • matlab-basic-insar
    源程序为MATLAB代码,主要功能是对干涉SAR数据的基本处理。(The source code for the MATLAB code, the main function is to interferometric SAR data processing.)
    2020-12-06 22:49:21下载
    积分:1
  • rader2
    说明:  雷达模拟发射信号,回波信号,进行匹配滤波/脉冲压缩仿真,(The radar simulates the transmitted signal and the echo signal, performs the matched filtering / pulse compression simulation,)
    2020-04-12 11:39:57下载
    积分:1
  • curvlab
    本程序用于CurveLab-2.0水印技术的处理.(the procedures for CurveLab-2.0 watermarking technology management.)
    2007-05-30 09:40:58下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载