README.txt
上传用户:fengshi120
上传日期:2014-07-17
资源大小:6155k
文件大小:1k
源码类别:

3D图形编程

开发平台:

C/C++

  1. ********** ESTEREO v.1.0/STEREOPLUS ***********
  2.  author: David Demirdjian
  3.  email : demirdji@csail.mit.edu
  4.  date  : 09/18/2006
  5. * EStereo is a computer vision C++ library for real-time disparity estimation. 
  6.   The library contains various functions for dense stereo matching 
  7.   from 2 or 3 rectified images and 3D scene reconstruction.
  8. * StereoPlus is a GUI-based application that illustrates the capabilities of EStereo
  9. ------------------------------------------------------------------------------------
  10. Content:
  11. --------
  12. StereoPlus.sln MS Visual Studio 2003 project file (for EStereo and StereoPlus)
  13. EStereo/ contains the project for the EStereo C++ library 
  14. StereoPlus/ contains an executable to perform disparity estimation and 3D reconstruction
  15. from an image pair (requires DirectX SDK)
  16. images/ contains a standard image pair
  17. doc/ documentation, help, etc.
  18. ------------------------------------------------------------------------------------
  19. Instruction:
  20. ------------
  21. Just build the project StereoPlus.sln contained in this directory
  22. NOTE: if you are using MS Visual C++ 6.0, you will need to install the 'processor pack' first 
  23. in order to compile the MMX assembly code.