This repo is used as a generator for building Nikos Komodakis's FastPD MRF optimization algorithm as a shared library through Travis CI and AppVeyor. Those generated binaries are mainly used by FastPD.jl package.
The provided optimization code can be used as a tool for minimizing the energy of a discrete Markov Random Field (MRF). It is a demo version of FastPD, and is intended to show only part of that algorithm's functionality.
Click here for further details.
mkdir build && cd build
cmake ..
make
Please refer to LICENSE.md.