SkillAgentSearch skills...

MVCDemo

Mean-Value Cloning (original code provided by authors)

Install / Use

/learn @pablospe/MVCDemo
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
  • Note: Qt4 can be used but compiling with qmake instead of cmake.
  • Note 2: for Windows, CGal has to be added in .pro by hand.

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.

View on GitHub
GitHub Stars42
CategoryDevelopment
Updated2mo ago
Forks10

Languages

C++

Security Score

75/100

Audited on Jan 19, 2026

No findings