go>> SDR>> 返回
项目作者: TingmanYan

项目描述 :
Code for 'Segment-based Disparity Refinement with Occlusion Handling for Stereo Matching'
高级语言: C++
项目地址: git://github.com/TingmanYan/SDR.git
创建时间: 2018-09-30T13:24:04Z
项目社区:https://github.com/TingmanYan/SDR

开源协议:GNU General Public License v3.0

下载


Segment-based Disparity Refinement with Occlusion Handling for Stereo Matching

Please cite the [paper] if you find it useful

  1. @ARTICLE{8661596,
  2. author={T. {Yan} and Y. {Gan} and Z. {Xia} and Q. {Zhao}},
  3. journal={IEEE Transactions on Image Processing},
  4. title={Segment-Based Disparity Refinement With Occlusion Handling for Stereo Matching},
  5. year={2019},
  6. volume={28},
  7. number={8},
  8. pages={3885-3897},
  9. doi={10.1109/TIP.2019.2903318},
  10. ISSN={1057-7149},
  11. month={Aug},}

Workflow

SDR

Dependency

-OpenCV 3
-Eigen

Usage

  1. mkdir build
  2. cd build
  3. - on Windows:
  4. cmake .. -G "Visual Studio 15 2017 Win64" -T host=x64
  5. open and compile fdr.sln using Visual Studio 2017
  6. - on Mac & Ubuntu:
  7. cmake ..
  8. make -j4

To run the demo

  • on Windows:
    double-click demo.bat
  • on Mac & Ubuntu:
    ./demo.sh

    You will obtain the same results as in our paper on Windows. Results on Mac is silghtly different due to the graph-based segmentation generates different number of superpixels on Mac and Windows.