Welcome![Sign In][Sign Up]
Location:
Search - stereo

Search list

[Windows DevelopStereomatching

Description: Stereo matching 新方法 非常简单是原理 使用像素移位得到最小零值点-Stereo matching new theory this method is very easy-----we just move the corresponding pixels between left and right images in order to get the zero value
Platform: | Size: 3618816 | Author: 福韩 | Hits:

[matlabSSDSADNCCMatlab

Description: 立体匹配算法中比较经典的块匹配方法。其中包含了比较有名的SADSSD算法---即左右视图中逐一比对像素数值,从而求得最小disparity 继而得到depth。-SSDSAD methods present in this file,which are improtant in the stereo matching-----we obtain the disparity with the difference of the intensity between the left and right images
Platform: | Size: 698368 | Author: 福韩 | Hits:

[matlabBPSTEREOMATCH

Description: BP stereo matching was included in this file, which is constructed by matlab-BP stereo matching was included in this file, which is constructed by matlab
Platform: | Size: 2048 | Author: 福韩 | Hits:

[Special Effects8bitimagestereomatching

Description: stereo matching using the 8bits bmp images get a better result.we apply the relationship method to get the matching points.This file has inculded the standard test images.
Platform: | Size: 1986560 | Author: 福韩 | Hits:

[SCMheadset_stereo_btDev

Description: BlueLab CSR Headset Stereo Bt Device application code
Platform: | Size: 425984 | Author: moglee | Hits:

[Special Effectsbp

Description: 在双目立体视觉中立体匹配问题存在歧义性,是视觉研究中难点问题之。通过采用分水岭分割图像的方式有效的对图像进行了过分割处理,实现了基于图像块置信传播的匹配算法。-In the binocular stereo vision problem in stereo matching ambiguity, is the difficult problems in vision research. Images by using watershed segmentation method was effective over-segmentation of the image processing, and belief propagation based on image block matching algorithm.
Platform: | Size: 282624 | Author: mstar | Hits:

[matlabAuto_Calib

Description: It is source code base on camera calibration toolbox for matlab to perform stereo camera calibration automatically
Platform: | Size: 1360896 | Author: law | Hits:

[OpenCVStereoMatch

Description: 很实用的OPencv三维重建源码。但是编译没成功,移植到VC++2010.-Stereo Match based on OpenCV.tansfer to Visual Studio 2010.
Platform: | Size: 122880 | Author: 高川 | Hits:

[3D GraphicRectifKitU

Description: This technique allows to rectify stereo pairs when calibration data (perspective projection matrices) are not available. The only required input are point correspondences
Platform: | Size: 2272256 | Author: tubeo | Hits:

[matlabfinddepth

Description: STEREO VISION SOURSE CODE
Platform: | Size: 1024 | Author: ki | Hits:

[OpenCVStereo-Vision

Description: 计算机视觉作业,实现两幅图片中的极线、极点计算和基础矩阵的求取。-Computer vision homework.It is to calculate the polar, pole and the fundamental matrix calculation between two image.
Platform: | Size: 24307712 | Author: 董亚锋 | Hits:

[matlabphotometricStereo

Description: matlab code for photometric stereo
Platform: | Size: 15069184 | Author: jason | Hits:

[Windows Developmvstereo_v1.0[1]

Description: This a C++ implementation of the multi-view stereo matching algorithm described in: Brandon M. Smith, Li Zhang, Hailin Jin. Stereo Matching with Non- parametric Smoothness Priors in Feature Space. IEEE Computer Society Conference on Computer Vision and Pattern Recognition, June 2009. The source code (located in the src folder) can be compiled in Windows using Visual Studio 2008 or in Linux using the make command. An executable called mvstereo (Linux), or mvstereo.exe (Windows), will be created in the bin folder. The user supplies the program with all parameters and input/output filenames via an arguments text file. To run the program on the command line, type Linux: mvstereo -af <arguments text filename> Windows: mvstereo.exe -af <arguments text filename>-This is a C++ implementation of the multi-view stereo matching algorithm described in: Brandon M. Smith, Li Zhang, Hailin Jin. Stereo Matching with Non- parametric Smoothness Priors in Feature Space. IEEE Computer Society Conference on Computer Vision and Pattern Recognition, June 2009. The source code (located in the src folder) can be compiled in Windows using Visual Studio 2008 or in Linux using the make command. An executable called mvstereo (Linux), or mvstereo.exe (Windows), will be created in the bin folder. The user supplies the program with all parameters and input/output filenames via an arguments text file. To run the program on the command line, type Linux: mvstereo -af <arguments text filename> Windows: mvstereo.exe -af <arguments text filename>
Platform: | Size: 2205696 | Author: woojin | Hits:

[3D GraphicStereoVision

Description: 基于真实的立体的三维场景重建程序(stereo vision),运行的release可以直接运行-Based on the true three-dimensional scene reconstruction of three-dimensional process (stereo vision), the release can be run directly run
Platform: | Size: 9751552 | Author: 龙龙 | Hits:

[OpenCVstereo-correspondence

Description: OPENCV 2.0中实现输出两幅图的立体差异,这两幅图是事先矫正好了的。-OPENCV 2.0 in the three-dimensional realization of the output differences between two images, these two pre-corrected map is good for.
Platform: | Size: 5126144 | Author: yi | 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:

[matlabStereoVision_FunMatrix

Description: 本算法在Matlab2008b 环境下实现了立体视觉中摄像机的基础矩阵计算。包括main, sevenPoint、eightpoint 和eightpoint_norm三个函数。 main.m 是程序的入口,包括生成和读入实验数据,分别调用sevenPoint、eightpoint 和eightpoint_norm 三个函数求基础矩阵,最后绘制出最后的结果。sevenPoint.m 是用7 点法求解基础矩阵。eightpoint.m 是用8 点法求解基础矩阵,eightpoint_norm.m 是数据规格化后的8 点法求解基础矩阵。-The algorithm is implemented in Matlab2008b environment based stereo vision camera matrix calculations. Including the main, sevenPoint, eightpoint and eightpoint_norm three functions. main.m is the entry, including the generation and reading test data were calling sevenPoint, eightpoint and eightpoint_norm three fundamental matrix function evaluation, and finally draw the final result. sevenPoint.m 7 method is based on matrix. eightpoint.m 8-point method is based on matrix, eightpoint_norm.m the data after the 8-bit normalized fundamental matrix method.
Platform: | Size: 3213312 | Author: qqqqqq | Hits:

[SCMMRF-For-Stereo

Description: MRF for stereo disparity-MRF for stereo disparity
Platform: | Size: 776192 | Author: chgang | Hits:

[Special EffectsProgress-in-stereo-matching

Description: 双目立体匹配算法的研究与进展Progress in binocular stereo matching algorithms-Progress in binocular stereo matching algorithms
Platform: | Size: 388096 | Author: 周雷 | Hits:

[Special Effectsstereo-matching-algorithm

Description: 立体视觉匹配stereo matching algorithm-stereo matching algorithm
Platform: | Size: 872448 | Author: 周雷 | Hits:
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

CodeBus www.codebus.net