README.txt
资源名称:estereo2.zip [点击查看]
上传用户:fengshi120
上传日期:2014-07-17
资源大小:6155k
文件大小:1k
源码类别:
3D图形编程
开发平台:
C/C++
- ********** ESTEREO v.1.0/STEREOPLUS ***********
- author: David Demirdjian
- email : demirdji@csail.mit.edu
- date : 09/18/2006
- * EStereo is a computer vision C++ library for real-time disparity estimation.
- The library contains various functions for dense stereo matching
- from 2 or 3 rectified images and 3D scene reconstruction.
- * StereoPlus is a GUI-based application that illustrates the capabilities of EStereo
- ------------------------------------------------------------------------------------
- Content:
- --------
- StereoPlus.sln MS Visual Studio 2003 project file (for EStereo and StereoPlus)
- EStereo/ contains the project for the EStereo C++ library
- StereoPlus/ contains an executable to perform disparity estimation and 3D reconstruction
- from an image pair (requires DirectX SDK)
- images/ contains a standard image pair
- doc/ documentation, help, etc.
- ------------------------------------------------------------------------------------
- Instruction:
- ------------
- Just build the project StereoPlus.sln contained in this directory
- NOTE: if you are using MS Visual C++ 6.0, you will need to install the 'processor pack' first
- in order to compile the MMX assembly code.