cong-yi / HeadReplacement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code respository for the Head Replacement / Virtual Surgeon / Identity Transfer project

Building
--------
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=. ..
make 

(use 'make -j[N]' if you have multiple cores/CPUs, where [N] is the number of cores)

It should build on Win32, MacOS X, and linux.
I'm still integrating all sources and cmakelists from the various OSs, so hang on for updates on cross-compilation.

Prerequisites
-------------
OpenCV 2.3.x+ (http://opencv.willowgarage.com/wiki/Welcome)
Gmm++ (http://download.gna.org/getfem/html/homepage/gmm.html)
GraphCut Optimization (GCO) 2.x+ (http://vision.csd.uwo.ca/code/)
tclap 1.2.x+ (http://tclap.sourceforge.net/)
libcurl 
libfltk 3.x+ (http://www.fltk.org/)
OpenGL [Optional: GLSL shaders support]

Running
-------
./{Build_DIR}/HeadReplacement


More Info
---------
Project webpage: http://goo.gl/VWlUw
Instruction video: http://youtu.be/YhHb3FAqaUk
Satisfaction survey (PLEASE fill it after you use the app): https://docs.google.com/spreadsheet/viewform?formkey=dGNBX0ljZXRVXzdtbjBQZ0dULTQwelE6MQ

This work is a collaboration between:
MIT Media Laboatory
Tel-Aviv University Computer Graphics Laboratory
Interdisciplinary Center Herzliya
Zhejiang University Computer Graphics Laboratory

All images used are under the CrativeCommons By-NonCommecial-ShareAlike 2.0 licesne.
Source for model images: http://www.flickr.com/photos/kk/

About


Languages

Language:C++ 94.1%Language:C 3.6%Language:CMake 2.3%