GithubHelp home page GithubHelp logo

tyoungroy / crossscalestereo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rookiepig/crossscalestereo

0.0 1.0 0.0 105 KB

Cross-Scale Cost Aggregation for Stereo Matching (CVPR 2014)

License: GNU General Public License v2.0

C++ 85.19% C 14.81%

crossscalestereo's Introduction

Cross-Scale Cost Aggregation for Stereo Matching (CVPR 2014)

Compilation

Windows

The code is a Visual Studio 2010 project on Windows x64 platform. To build the project, you need to configure OpenCV on your own PC. (version 2.4.6, however, other versions are acceptable by modifying CommFunc.h).

Other Platforms

The code requires no platform-dependent libraries. Thus, it is easy to compile it on other platforms with OpenCV.

Usage

Run the program with the following paramters: Usage: [CC_METHOD] [CA_METHOD] [PP_METHOD] [C_ALPHA] [lImg] [rImg] [lDis] [maxDis] [disSc]

  • [CC_METHOD] -- cost computation methods, currently support:
  • [CA_METHOD] -- cost aggregation methods, currently support:
  • [PP_METHOD] -- post processing methods, currently support:
  • [C_ALPHA] -- regularization paramter, i.e. $\lambda$ in the paper.
  • [lImg] -- input left color image file name. (all formats supported by OpenCV)
  • [rImg] -- input right color image file name.
  • [lDis] -- output left disparity map file name.
  • [maxDis] -- maximum disparity range, e.g. 60 for Middlebury and 256 for KITTI dataets.
  • [disSc] -- scale disparity, e.g. 4 for Middlebury and 1 for KITTI datasets.

Hint: to enable post-processing, you must uncomment // #define COMPUTE_RIGHT in CommFunc.h to allow computing right disparity map.

Citation

Citation is very important for researchers. If you find this code useful, please cite:

@inproceedings{CrossScaleStereo,
        author    = {Kang Zhang and Yuqiang Fang  and Dongbo Min and Lifeng Sun and Shiqiang Yang  and Shuicheng Yan and Qi Tian},
        title     = {Cross-Scale Cost Aggregation for Stereo Matching},
        booktitle = {CVPR},
        year     = {2014}
}

Since some cost aggregation methods (GF, NL, ST) are built uppon other papers' code, you also need to cite corresponding papers as listed below.

Reference

[CT]: R. Zabih and J. Woodfill. Non-parametric local transforms for computing visual correspondence. In ECCV, 1994

[GF]: C. Rhemann, A. Hosni, M. Bleyer, C. Rother, and M. Gelautz. Fast cost-volume filtering for visual correspondence and beyond. In CVPR, 2011

[ST]: X. Mei, X. Sun, W. Dong, H. Wang, and X. Zhang. Segment-tree based cost aggregation for stereo matching. In CVPR, 2013

[BF]: K.-J. Yoon and I. S. Kweon. Adaptive support-weight approach for correspondence search. TPAMI, 2006

[NL]: Q. Yang. A non-local cost aggregation method for stereo matching. In CVPR, 2012

crossscalestereo's People

Contributors

rookiepig avatar sunshinnnn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.