nidetaoge / stylit

Stylit algorithm for example-base stylization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implementation of the Stylit algorithm.

How to build and run

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
cd ../
./run_tests "Experiments"

Output files will be created in files/out under a timestamped folder.

Documentation

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.

About

Stylit algorithm for example-base stylization


Languages

Language:C++ 99.4%Language:CMake 0.4%Language:Python 0.1%Language:C 0.1%