Skip to content

MVC Cloning for Media Computing Course (Fall 2017)

Notifications You must be signed in to change notification settings

Polar1s/MVCCloning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MVCCloning

MVC Cloning for Media Computing Course (Fall 2017)

Prerequisites

CMake (version 3.5)

OpenCV

CGAL

Build

mkdir build
cd build
cmake ..
make

Run

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

Disclaimer

This software is exclusively used for course project. All rights reserved.

About

MVC Cloning for Media Computing Course (Fall 2017)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published