Implementation of the Stylit algorithm.
The project requires OpenCV 3.1 and Boost 1.36 or more
git clone --recursive git@github.com:antoinewdg/stylit.git
mkdir stylit/bin
cd stylit/bin
cmake ..
make
./run_tests "Experiments"
Output files will be created in files/out under a timestamped folder.
This project has currently no documentation because I do not see anyone having an immediate use of it besides myself, if you feel it could be of any use to you or have any question feel free to contact me.