patrikhuber / superviseddescent

C++11 implementation of the supervised descent optimisation method
http://patrikhuber.github.io/superviseddescent/
Apache License 2.0
402 stars 188 forks source link

facial landmark points from a video file #39

Closed sarmadm closed 7 years ago

sarmadm commented 7 years ago

Hi

Can I use superviseddescent to save facial landmark points from a video file ?

patrikhuber commented 7 years ago

Sure!

sarmadm commented 7 years ago

What I need to do for this ?

patrikhuber commented 7 years ago

See rcr-track for a tracking example. Please leave the GitHub Issues for actual programming issues with the code, and not for help on how to do simple programming. Thanks.