Supplementary code for Computational Parquetry: Fabricated Style Transfer with Wood Pixels, ACM Transactions on Graphics 39(2), 2020
- Julian Iseringhausen, <[email protected]>
- Matthias Hullin, University of Bonn, <[email protected]>
The following instructions are tested on a minimal Ubuntu 20.04.1 installation with gcc 9.3.0.
Install necessary packages.
sudo apt update && sudo apt install \
build-essential \
cmake \
git \
libboost-dev \
libopencv-dev \
Configure and build CMake project.
mkdir build
cd build
cmake ..
make