Skip to content
forked from xkjyeah/gdfmm

Reimplementation of XJ Gong, JY Liu, WH Zhou and JL Liu (2014)

License

Notifications You must be signed in to change notification settings

Mad-Thanos/gdfmm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Implementation of "Guided depth enhancement via fast marching method" (Xiaojin Gong et al 2013)

The algorithm in the paper consists of two steps: Guided fast marching method, followed by a guided filter.

The algorithms have been implemented separately as:

namespace gdfmm { class GDFMM { cv::Mat InPaint(...); }

cv::Mat GuidedFilter(...);

}

Currently I have yet to work out the optimal mix of doubles/floats to trade off accuracy and speed.

About

Reimplementation of XJ Gong, JY Liu, WH Zhou and JL Liu (2014)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.0%
  • Python 11.3%
  • CMake 1.3%
  • Makefile 0.4%