Skip to content

isering/WoodPixel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Configure and build CMake project.

mkdir build
cd build
cmake ..
make

Links

Paper

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages