Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 244 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 244 Bytes

DD-MRF

C++ implemetation of the DD-MRF algorithm. Dual decomposition using subgradient.

Please see test_submodular.cpp for an example usage.

Thanks to Huayan Wang for the fast cycle solver used here.