15-463 Computational Photography

Project 3 (Andrew Charkin) - Face morphing

me To next me morphed into avg points

Description

This project required to morph one face into another. This was done by plotting out 43 points for each person. Then the points were averaged in a ceratain way such that there would be 60 frames. For example, the middle frame (30) is 1/2 of my points and 1/2 of the next person. Frame 0 is all me, frame 1 is 59/60 of me and 1/60 of the next person. Then the delaunay of the average was computed to produce a triangulation.

For each frame we had the triangulation that we morphed my face and the next person into to get the shape right. Once the pictures were adjusted for shape, we just averaged the pictures in the same fractional fashion as the points mentioned above. This was repeated to produce 61 frames, 0 frame being me, and 61 frame being the next person.

animation of me to the next person

Me morphed into the class avg points

Mean