Skip to content
/ dmag Public

Depth map from stereo using optical flow. Implementation of "High Accuracy Optical Flow Estimation Based on a Theory for Warping" by Thomas Brox, A. Bruhn, N. Papenberg, J. Weickert and "Robust Optical Flow Estimation" by Javier Sánchez Pérez, Nelson Monzón López, Agustín Salgado de la Nuez.

Notifications You must be signed in to change notification settings

ugocapeto/dmag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dmag

Written and tested on Ubuntu 22.04.

Creates a depth map (disparity map) from a stereo pair using optical flow.

This repo is an implementation of

High Accuracy Optical Flow Estimation Based on a Theory for Warping by Thomas Brox, A. Bruhn, N. Papenberg, J. Weickert

and

Robust Optical Flow Estimation by Javier Sánchez Pérez, Nelson Monzón López, Agustín Salgado de la Nuez.

To create the executable, compile the code in directory "dmag" 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 dmag (theory behind it and how to use it) can be found here:

Depth Map Automatic Generator (DMAG)

Stereo Matching - Variational Methods

Depth Map Generation using Optical Flow

Dependencies (check the Makefiles):

"common" repo

About

Depth map from stereo using optical flow. Implementation of "High Accuracy Optical Flow Estimation Based on a Theory for Warping" by Thomas Brox, A. Bruhn, N. Papenberg, J. Weickert and "Robust Optical Flow Estimation" by Javier Sánchez Pérez, Nelson Monzón López, Agustín Salgado de la Nuez.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published