kylemcdonald / FaceTracker

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

Which is the deformable model approach used in "FaceTracker" implementation? #20

Closed jovan-fernandes closed 10 years ago

jovan-fernandes commented 10 years ago

What differences between the implementation on the FaceTracker and the implementation described on "Mastering OpenCV with Practical Computer Vision Projects. PACKT, Oct 2012. " by Saragih's? There is some paper describing it?

ajdroid commented 9 years ago

@jovanoasis , did you find the answer?

jovan-fernandes commented 9 years ago

I' understand that the version containing in the book is a simplified version made for explanation, that is the ASM without improvements. Saragih have one paper that describes some of this improvement, many of these are in Facetracker.