本文主要是介绍【openFrameworks】Face Substitution,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
Face Substitution
Source Code:https://github.com/arturoc/FaceSubstitution
https://vimeo.com/29279198
https://github.com/genekogan/ofxLearn高级封装Dlib机器学习
https://vimeo.com/29348533
https://vimeo.com/54324560
https://www.youtube.com/watch?v=rTvdvNNiCVI
https://www.youtube.com/watch?v=HYYoex2wF38
================ arturo castro====================
https://vimeo.com/29279198
This is a technical demo for face substitution 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 trackingweb.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.
That way the mesh obtained from a photo is matched to my own face in the video. Applying some color interpolation algorithms from Kevin Atkinson's image clone code: methodart.blogspot.com/ gives it the blending effect that can be seen in the final footage.
I'm also using Kyle McDonald's ofxFaceTracker addon for openframeworksgithub.com/kylemcdonald/ofxFaceTracker which wraps Jason's library for easier use.
Kyle has uploaded another video giving a try at a different blending algorithm, which get rids of the artifacts and an even creepier look: vimeo.com/29348533
Taily老段的微信公众号,欢迎交流学习
https://blog.csdn.net/taily_duan/article/details/81214815
这篇关于【openFrameworks】Face Substitution的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!