Description: 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>
To Search:
File list (Check if you may need any files):
mvstereo_v1.0\bin\af_simple_example.txt
.............\...\af_full_example.txt
.............\data\camera\README.txt
.............\....\......\calib-result-4.txt
.............\....\......\calib-result-3.txt
.............\....\......\calib-result-2.txt
.............\....\......\calib-result-1.txt
.............\....\......\calib-result-0.txt
.............\....\images\view4.ppm
.............\....\......\view3.ppm
.............\....\......\view2.ppm
.............\....\......\view1.ppm
.............\....\......\view0.ppm
.............\src\TVecMat.h
.............\...\TVec.inl
.............\...\TSqMat.inl
.............\...\trilatfilt.h
.............\...\trilatfilt.cpp
.............\...\TMat.inl
.............\...\RefCntMem.h
.............\...\PVecMat.h
.............\...\ppm.cpp
.............\...\pixmap.h
.............\...\pgm.cpp
.............\...\pfm.cpp
.............\...\mvstereo.vcproj
.............\...\mvstereo.sln
.............\...\mvstereo.h
.............\...\mvstereo.cpp
.............\...\mstnbr.h
.............\...\mstnbr.cpp
.............\...\maxflow.cpp
.............\...\Makefile
.............\...\main.cpp
.............\...\Image.h
.............\...\HeapPQ.h
.............\...\graph.h
.............\...\graph.cpp
.............\...\expansion.h
.............\...\expansion.cpp
.............\...\energy.h
.............\...\data.h
.............\...\data.cpp
.............\...\CmdArgParser.h
.............\...\CmdArgParser.cpp
.............\...\Camera.h
.............\...\Camera.cpp
.............\...\block.h
.............\readme.txt
.............\gpl-3.0.txt
.............\data\results\.i