Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 999 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 999 Bytes

dmag9b

Written and tested on Ubuntu 22.04.

Improve the quality of depth maps (joint bilateral filter).

This repo is an implementation of:

"The Fast Bilateral Solver" by Jonathan T. Barron and Ben Poole

To create the executable, compile the code in directory "dmag9b" using "make -f Makefile_g/Makefile_O" and then go into the "main" directory and create the exec using "make".

Test cases are given in the "test" directory.

Info about dmag9b (theory behind it and how to use it) can be found here:

Depth Map Automatic Generator 9b (DMAG9b)

Depth Map Improvement Using The Fast Bilateral Solver

Fast Bilateral-Space Stereo

Dependencies (check the Makefiles):

"common" repo