Welcome![Sign In][Sign Up]
Location:
Search - opencv disparity

Search list

[Special Effectsfindshicha

Description: 利用opencv,对两幅校正好的图像进行匹配,得到视差图-Using opencv, good correction of the two images match, the disparity map
Platform: | Size: 2064384 | Author: 张志超 | Hits:

[OpenCVStereoVision

Description: 实现OpenCV、OpenGL、VS2008混合编程,输入校正后的图像对,使用立体匹配算法计算其视差图,最后用OpenGL进行三维重建。-Achieve OpenCV, OpenGL, VS2008 hybrid programming, enter the corrected image pairs, the use of stereo matching algorithms to calculate the disparity map, and finally with OpenGL three-dimensional reconstruction.
Platform: | Size: 5060608 | Author: linjingliang | Hits:

[OpenCVcvFindStereoCorrespondence

Description: 使用OpenCV cvFindStereoCorrespondence函數,計算出立體視覺影像深度,給予立體視覺左右圖像,啟動程序,即可計算出立體視差圖。-Use opevCV cvFindStereoCorrespondence function to calculate the penetration depth of stereoscopic vision. About to give three-dimensional visual map, start a program that will produce three-dimensional visual disparity map.
Platform: | Size: 9645056 | Author: CCK | Hits:

[OpenCVdisparity-extracting

Description: openCV下关于3D视频视差提取的程序,可以得到深度图的代码-The codes for extracting the disparity from the 3D video. You can get a disparity map at last.
Platform: | Size: 6658048 | Author: 高晋楷 | Hits:

[OpenCVdisparity-opencv

Description: this disparity map using Opencv source example-this is disparity map using Opencv source example
Platform: | Size: 2048 | Author: kim ji hun | Hits:

[OpenCVdisparity...

Description: this is disparity map using opencv example 2. using function highgui,cxcore,cvaux,conio
Platform: | Size: 1024 | Author: kim ji hun | Hits:

[OpenCVopencv-3D-restruction

Description: 此程序使用opencv计算相应图像对的视差并作出视差图,进而以之为基础进行图像的三维重建。-This program calculates the disparity and plots the depthimage using opencv. Therefore, reconstruct the stereo image.
Platform: | Size: 775168 | Author: 张开桓 | Hits:

[Special EffectsStereoVision

Description: 实现OpenCV、OpenGL、VS2008混合编程,输入校正后的图像对,使用立体匹配算法计算其视差图,最后用OpenGL进行三维重建-Achieve OpenCV, OpenGL, VS2008 mixed programming, enter the corrected image right, using stereo matching algorithm to calculate the disparity map, the final three-dimensional reconstruction with OpenGL
Platform: | Size: 22887424 | Author: 金媛媛 | Hits:

[OtherStereoVision

Description: StereoVision in OpenCV: Calibration and Disparity Map Generation
Platform: | Size: 4096 | Author: pharoah | Hits:

[OS programAdaptWin

Description: 通过opencv的函数读取和显示图像,图像数据转成二维数组进行自适应窗口的视差估计。算法根据黎洪松的《数字视频处理》中视差估计这章。-By opencv function to read and display images, the image data into a two-dimensional array of adaptive window disparity estimation. Algorithm based on Lihong Song " Digital Video Processing" in this chapter disparity estimation.
Platform: | Size: 2000896 | Author: xiaopan | Hits:

[Special Effectsbinocular-disparity-reconstruction

Description: vs2008平台上基于opencv的双目视差重建模型的程序代码。-binocular disparity reconstruction model code based on opencv vs2008 platform.
Platform: | Size: 2138112 | Author: | Hits:

[OpenCVshicha

Description: 通过立体像对校正计算视差图,为3D重建和立体回复的基础。对OPENCV的学习有一定的帮助。-By stereo disparity map for correction calculation for 3D reconstruction and stereo reply foundation. OPENCV of learning for some help.
Platform: | Size: 18989056 | Author: lyd | Hits:

[OpenCVStereoVision_bak

Description: 改进后的OpenCV立体测距源码,可以在OpenGL中显示视差点云-The improved OpenCV 3D stereo distance measurement. Disparity 3D points data can be displayed with OpenGL
Platform: | Size: 689152 | Author: 高永辉 | Hits:

[OpenCVStereoMatch

Description: 在立体标定的基础上,对OpenCV中涉及的两种立体匹配算法进行了实现。最后生成视差图像。-Based on the stereo calibration, two kinds of stereo matching algorithms in OpenCV are implemented . Finally, the disparity image is generated.
Platform: | Size: 7042048 | Author: 陈鹏 | Hits:

[3D GraphicReconstuction3d

Description: OpenCV+OpenGL 双目立体视觉三维重建代码以及文档使用opencv进行立体匹配获取视差图,三角剖分使用opengl进行纹理贴图-OpenCV+OpenGL binocular stereo vision 3D reconstruction code and documents using OpenCV stereo matching to obtain disparity map, triangulation using opengl for texture mapping
Platform: | Size: 1755136 | Author: zhch64 | Hits:

[OtherSource code

Description: 在opencv上实现双目测距主要步骤是: 1.双目校正和标定,获得摄像头的参数矩阵: 进行标定得出俩摄像头的参数矩阵 cvStereoRectify 执行双目校正 initUndistortRectifyMap 分别生成两个图像校正所需的像素映射矩阵 cvremap 分别对两个图像进行校正 2.立体匹配,获得视差图: stereoBM生成视差图 预处理: 图像归一化,减少亮度差别,增强纹理 匹配过程: 滑动sad窗口,沿着水平线进行匹配搜索,由于校正后左右图片平行,左图的特征可以在右图对应行找到最佳匹配 再过滤: 去除坏的匹配点 通过uniquenessratio 输出视差图disparity:如果左右匹配点比较稠密,匹配点多,得到的图像与原图相似度比较大, 如果匹配点比较稀疏,得到的点与原图 相似度比较小 3.得出测距: 把生成的视差图输入 reprojectImageTo3D()函数,生成3D点云,3D点云中保存有2D图像的三维坐标,再读出每帧图像的三维坐标中的z轴的值,就得出了距离数据。(Binocular distance measurement implemented on OpenCV)
Platform: | Size: 25252864 | Author: 半瓶墨水 | Hits:

[OtherSemiGlobal-Matching-master

Description: 立体匹配分为初始代价计算、代价聚合、视差求解、视差优化,这是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 thread only and is relatively slow. Also, there is no postprocessing of the disparity map so there are visible errors in the disparity map.)
Platform: | Size: 9180160 | Author: 一一意义 | Hits:

CodeBus www.codebus.net