patrikhuber / eos

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

how can i save a 3d image with angle of the last 2d image #250

Closed LeeTaiTai closed 5 years ago

LeeTaiTai commented 5 years ago

I implemented multiple images according to the example model-fitting-multi to generate a 3d, why is it expanded, I need a stereo 3d. i get the first image ,but i want the second image. pls help me ,how can i save the second image. 46352365-30212600-c68c-11e8-8987-1512498d7b05 af08102c-e82c-11e6-88c1-811b89c3effc

patrikhuber commented 5 years ago

Hi,

I think you would be best off to have a closer look at the structure of the example code and try to understand what it does. What the multi-image fitting example does is reconstruct one 3D model from all the input images, i.e. solve for one set of shape coefficients given all images. (And afterwards it does a simple merging of the textures.)