pablospe / MVCDemo

Mean-Value Cloning (original code provided by authors)
http://www.cs.huji.ac.il/~danix/mvclone/
41 stars 11 forks source link

This is a demo implementation of some of the aspects in Farbman et. al. Coordinates for Instant Image Cloning SIGGRAPH 2009 paper.

This is an effort to make work this code on QT5.

Dependencies

Tested on Ubuntu 13.10:

> sudo apt-get install libqt5opengl5-dev libcgal-dev

How to compile with cmake?

> mkdir build
> cd build
> cmake ..
> make

How to compile with qmake?

> mkdir build
> cd build
> qmake ..
> make

Or using QtCreator.

Note: 'README.txt.original' is the original README.txt provided by author.