Face Substitution from Kyle McDonald on Vimeo.
Faces is a technical demo for face swapping technique. The application works in real time and it’s developed using the opensource framework for creative coding openFrameworks: openFrameworks.cc
Most of the “magic” happens thanks to Jason Saragih’s c++ library for face tracking web.mac.com/jsaragih/FaceTracker/FaceTracker.html. The face tracking library returns a mesh that matches the contour of the eyes, nose, mouth and other facial features. (via nerdcore)