kylemcdonald / FaceTracker

Real time deformable face tracking in C++ with OpenCV 3.
MIT License
1k stars 360 forks source link

Face substitution including the forehead #32

Closed vertgo closed 8 years ago

vertgo commented 8 years ago

I want to try the face substitution but I need to include the forehead. In the tracker, I only see the mesh draw up until the eyebrows. What's the best way to solve this?

aisgirish commented 8 years ago

Have you found any solution? I have one.

kylemcdonald commented 8 years ago

sorry, for face substitution please add issues to the relevant repository.

but in general, i've had the best results doing face substitution without trying to replace the forehead. otherwise you have to deal with very difficult features like bangs.