Home

Awesome

Fast Bilateral-Space Stereo

A naïve implementation of the Fast Bilateral-Space Stereo paper by Jonathan T. Barron. [1] [2] [3]
The goal of this project was to get an intuition of this method. Therefore writing performant code was not a criteria.
Only the simplified bilateral grid method without the multiscale optimization is implemented.
The algorithm needs a stereo pair as input and will generate a disparity map.

More details about this implementation can be found at http://tvdz.be/2017/03/fast-bilateral-space-stereo/.

<p align="center"> <img src="data/middlebury_summary.jpg" width="500"> </p>

Dependencies

The following dependencies are needed.
The version numbers are the ones used during development.

The code was developed on a Windows machine with Visual Studio 2015.

References

[1] Barron, Jonathan T., et al. "Fast bilateral-space stereo for synthetic defocus." Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. 2015.

[2] Barron, Jonathan T., et al. "Fast bilateral-space stereo for synthetic defocus—Supplemental material." Proc. IEEE Conf. Comput. Vis. Pattern Recognit.(CVPR). 2015.

[3] Barron, Jonathan T., http://jonbarron.info/