patrikhuber / eos

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

How to support perspective projection? #220

Closed ForestWang closed 5 years ago

ForestWang commented 5 years ago

Dear patrikhuber:

what can i do to support perspective projection? Now, eos is projection model space points to image space by orth projection, i want to do it by perspective projection.

could you give me some hint?

thanks a lot!

patrikhuber commented 5 years ago

Hi, Have a look at the fit-model-ceres example for nonlinear fitting with perspective projection. Thanks!