Texture Optimization

Implementation of "Texture Optimization for Example-based Synthesis" by Vivek Kwatra et al.

View the Project on GitHub arthur-flam/textureOptimization

Overview

Some texture synthesis...

The article implemented in this project can be found here.

The following output images were obtained after 50 iterations:

Radishes input

Radishes output

Try it

You can generate a single image:

cmake . && make && ./DisplayImage input/ztext.bmp

Or all of them

./test.sh

Not done

Comparaison with original paper

Dependencies