立体像对匹配算法stereoMatcher代码

主页

点击打开链接

代码

点击打开链接

Source CodeHere you can find the source code for "StereoMatcher", a stand-alone C++ implementation of many stereo algorithms as well as an evaluation module. This code was published together with our 2002 IJCV taxonomy paper. While it is still being maintained, it is not an implementation of state-of-the-art stereo methods. In particular, faster implementations of the global methods (graph cuts and belief propagation) are available as part of ourMRF library.

The StereoMatcher source code can be downloaded from theMicrosoft Research Download Page. Here is adirect link to the StereoMatcher download page.Be sure to also download the patch in Note 2 below.

Notes:

The downloaded file "StereoMatch_1_0.exe" is a self-extracting archive. On a Unix system, rename the file to "StereoMatch_1_0.zip", then unzip it.There are some bugs in the original distribution. To fix them, downloadStereo-patch.zip(last updated 2/4/2011), unzip it in the original "StereoMatch" directory, and overwrite the affected files.The URL for the graph cut code (PRF) has changed – it can now be found at(download prf.tar).Marshall Tappenhas implemented a Belief Propagation extension to our stereo code that isavailable for download.Kuk-Jin Yoonhas implemented hisadaptive support-weight approachas an aggregation module to our stereo matcher code. To use the code, download the fileLASW.zip(last updated 12/2/2006) and unzip it within the StereoMatcher directory (after unzipping Stereo-patch from step 2 above). This will add two new files and replace some of the original files. Sample scripts files to run this code are inLASWscripts.zip. Note: since his code was adapted to fit our framework, it does not produce exactly the same results as in his paper.

Scripts.zipcontains sample script files that demonstrate how to use our code. To use these scripts, first downloadimagedirs.zip(9.1 MB) which contains the 4 image sequences and the parameter files used by our code. Then, unzip Scripts.zip within imagedirs/ to create a subdirectory imagedirs/Scripts. Finally, run the executable on the top-level script as follows:

StereoMatcher.exe script exp_all.txtSee the script files for more information. (Note: if, under unix, you get errors like "could not cd to ../map", try removing the DOS carriage return characters from the script files using a tool like dos2unix.)

,人要有梦想,有了梦想才会努力奋斗,

立体像对匹配算法stereoMatcher代码

相关文章:

你感兴趣的文章:

标签云: