MVC Cloning for Media Computing Course (Fall 2017)
CMake (version 3.5)
OpenCV
CGAL
mkdir build
cd build
cmake ..
make
Input images: input.bmp, target.jpg
./mvcclone [source] [target] [output] [offsetY=0] [offsetX=0]
To run examples inside "demo/" folder, execute the shell script demo/test.sh. The results are saved as "output*.jpg".
cd demo
./test.sh
This software is exclusively used for course project. All rights reserved.