Gab0 / WoodPixel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WoodPixel

Supplementary code for Computational Parquetry: Fabricated Style Transfer with Wood Pixels, ACM Transactions on Graphics 39(2), 2020

Authors

Build instructions (Ubuntu 20.04.1)

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-all-dev \
libopencv-dev \

Configure and build CMake project.

mkdir build
cd build
cmake ..
make

Links

Paper

About

License:GNU General Public License v3.0


Languages

Language:C++ 95.7%Language:Python 3.5%Language:CMake 0.8%Language:C 0.0%