patrikhuber / eos

A lightweight 3D Morphable Face Model library in modern C++
Apache License 2.0
1.91k stars 597 forks source link

Extending the fitting to multiple images #173

Closed patrikhuber closed 6 years ago

patrikhuber commented 6 years ago

This is the code from the multi_image_fit_devel branch, but added to the latest master commit. Putting the main fitting function into a separate file (fitting/multi_image_fitting.hpp).

This needs some changes to compile and will then be merged into master.

Thank you @PhilippKopp!